mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +00:00
* Added support for named pipes and proper parseing of arguments for
SCGI. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@906 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -69,11 +69,13 @@ public:
|
||||
|
||||
bool open_stream();
|
||||
bool open_datagram();
|
||||
bool open_local();
|
||||
void close();
|
||||
|
||||
void clear() { m_fd = -1; }
|
||||
|
||||
bool bind(const rak::socket_address& sa);
|
||||
bool bind(const rak::socket_address& sa, unsigned int length);
|
||||
bool connect(const rak::socket_address& sa);
|
||||
|
||||
bool listen(int size);
|
||||
|
||||
Reference in New Issue
Block a user