mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
send STREAM CONNECT follow on data
This commit is contained in:
parent
fdf11e6038
commit
8c37c491a9
2 changed files with 17 additions and 6 deletions
2
SAM.h
2
SAM.h
|
@ -105,7 +105,7 @@ namespace client
|
|||
void HandleI2PDatagramReceive (const i2p::data::IdentityEx& from, uint16_t fromPort, uint16_t toPort, const uint8_t * buf, size_t len);
|
||||
|
||||
void ProcessSessionCreate (char * buf, size_t len);
|
||||
void ProcessStreamConnect (char * buf, size_t len);
|
||||
void ProcessStreamConnect (char * buf, size_t len, size_t rem);
|
||||
void ProcessStreamAccept (char * buf, size_t len);
|
||||
void ProcessDestGenerate ();
|
||||
void ProcessNamingLookup (char * buf, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue