Show
Ignore:
Timestamp:
05/05/08 15:16:26 (4 years ago)
Author:
rakshasa
Message:

* Initial seeding support added. Patch by Josef Drexler.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/protocol/peer_connection_base.h

    r1032 r1058  
    137137  void                cancel_transfer(BlockTransfer* transfer); 
    138138 
     139  // Insert into the poll unless we're blocking for throttling etc. 
     140  void                read_insert_poll_safe(); 
     141  void                write_insert_poll_safe(); 
     142 
    139143protected: 
    140144  static const uint32_t extension_must_encrypt = ~uint32_t(); 
     
    176180 
    177181  bool                send_pex_message(); 
    178  
    179   // Insert into the poll unless we're blocking for throttling etc. 
    180   void                read_insert_poll_safe(); 
    181   void                write_insert_poll_safe(); 
    182182 
    183183  DownloadMain*       m_download;