mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete deprecated SendPacket
This commit is contained in:
parent
e09e3980c9
commit
2e1a8552bf
2 changed files with 12 additions and 63 deletions
|
@ -103,7 +103,6 @@ namespace stream
|
|||
|
||||
void SendQuickAck ();
|
||||
bool SendPacket (Packet * packet);
|
||||
bool SendPacket (const uint8_t * buf, size_t len); // TODO: remove
|
||||
void SendPackets (const std::vector<Packet *>& packets);
|
||||
|
||||
void SavePacket (Packet * packet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue