mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send SSU DeliveryStatus
This commit is contained in:
parent
53230a4051
commit
b9031c331d
3 changed files with 13 additions and 4 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -176,7 +176,7 @@ namespace ssu
|
|||
m_State = eSessionStateConfirmedReceived;
|
||||
LogPrint ("Session confirmed received");
|
||||
m_State = eSessionStateEstablished;
|
||||
// TODO: send DeliverStatus
|
||||
SendI2NPMessage (CreateDeliveryStatusMsg (0));
|
||||
Established ();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue