mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
removed unused SSU states
This commit is contained in:
parent
f9cd2f6808
commit
c9ace095f4
2 changed files with 3 additions and 22 deletions
10
SSU.h
10
SSU.h
|
@ -47,15 +47,7 @@ namespace ssu
|
|||
|
||||
enum SessionState
|
||||
{
|
||||
eSessionStateUnknown,
|
||||
eSessionStateRequestSent,
|
||||
eSessionStateRequestReceived,
|
||||
eSessionStateCreatedSent,
|
||||
eSessionStateCreatedReceived,
|
||||
eSessionStateConfirmedSent,
|
||||
eSessionStateConfirmedReceived,
|
||||
eSessionStateRelayRequestSent,
|
||||
eSessionStateRelayRequestReceived,
|
||||
eSessionStateUnknown,
|
||||
eSessionStateIntroduced,
|
||||
eSessionStateEstablished,
|
||||
eSessionStateFailed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue