Changes between Version 10 and Version 11 of Plan/libtorrent


Ignore:
Timestamp:
01/17/2014 01:47:57 PM (10 years ago)
Author:
Cas
Comment:

committed num_connections change [624f2f66cf35acd6ec]

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v10 v11  
    6363        .def("set_max_half_open_connections", allow_threads(&session::set_max_half_open_connections)) 
    6464}}} 
    65 '''core.py''' - session.num_connections() -> session_status.num_peers 
    66 {{{ 
    67         .def("num_connections", allow_threads(&session::num_connections)) 
    68 }}} 
    6965 
    7066'''core.py, preferencesmanager.py''' - For the python bindings use session.get_settings()