mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 21:52:30 +00:00
Added option and flag parseing, now supports -p for port range.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@287 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ Manager::initialize() {
|
||||
CurlStack::init();
|
||||
|
||||
torrent::initialize();
|
||||
torrent::listen_open(10000, 20000);
|
||||
torrent::listen_open(m_portFirst, m_portLast);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user