mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
some cleanup
This commit is contained in:
parent
30233bed77
commit
ef2932a234
6 changed files with 10 additions and 10 deletions
|
@ -92,7 +92,7 @@ namespace stream
|
|||
StreamingDestination * GetLocalDestination () { return m_LocalDestination; };
|
||||
|
||||
void HandleNextPacket (Packet * packet);
|
||||
size_t Send (const uint8_t * buf, size_t len, int timeout); // timeout in seconds
|
||||
size_t Send (const uint8_t * buf, size_t len);
|
||||
|
||||
template<typename Buffer, typename ReceiveHandler>
|
||||
void AsyncReceive (const Buffer& buffer, ReceiveHandler handler, int timeout = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue