mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
Added SocketManager to handle reuse of uninterested fd's by the kernel.
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
bool is_available() const { return m_fileDesc == -1; }
|
||||
|
||||
void open(SCgi* parent, int fd);
|
||||
void cancel_open();
|
||||
|
||||
void close();
|
||||
|
||||
ContentType content_type() const { return m_content_type; }
|
||||
|
||||
Reference in New Issue
Block a user