mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 19:22:29 +00:00
Fixed bug that cause exception to be thrown when erasing a download.
Moved to using SocketAddress within src/net. Enabled SocketManager. Changed API to use uint32_t instead of int. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@485 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -48,6 +48,8 @@ namespace ui {
|
||||
class Control;
|
||||
}
|
||||
|
||||
// Not pretty, but it is simple and easy to modify.
|
||||
|
||||
bool validate_ip(const std::string& arg);
|
||||
bool validate_directory(const std::string& arg);
|
||||
bool validate_port_range(const std::string& arg);
|
||||
@@ -78,6 +80,7 @@ void apply_hash_read_ahead(ui::Control* m, int arg);
|
||||
void apply_hash_interval(ui::Control* m, int arg);
|
||||
void apply_hash_max_tries(ui::Control* m, int arg);
|
||||
void apply_max_open_files(ui::Control* m, int arg);
|
||||
void apply_max_open_sockets(ui::Control* m, int arg);
|
||||
void apply_throttle_interval(ui::Control* m, int arg);
|
||||
|
||||
void apply_ip(ui::Control* m, const std::string& arg);
|
||||
|
||||
Reference in New Issue
Block a user