mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 13:12:32 +00:00
* Allow binding of the SCGI socket to a specific address, and added
"scgi_dont_route" variable. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@908 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -59,6 +59,9 @@ public:
|
||||
|
||||
bool set_nonblock();
|
||||
bool set_reuse_address(bool state);
|
||||
bool set_dont_route(bool state);
|
||||
|
||||
bool set_bind_to_device(const char* device);
|
||||
|
||||
bool set_priority(priority_type p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user