libktorrent
2.2.0
|
#include <serversocket.h>
Public Member Functions | |
virtual void | newConnection (int fd, const net::Address &addr)=0 |
Interface class to handle new connections from a ServerSocket.
Definition at line 51 of file serversocket.h.
|
pure virtual |
A new connection has been accepted
fd | The filedescriptor of the connection |
addr | The address of the connection |