mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
check if destination is ready. Create garlic message before selectiing routing path
This commit is contained in:
parent
96ea630274
commit
e0ac8a7298
2 changed files with 10 additions and 4 deletions
|
@ -58,6 +58,7 @@ namespace client
|
|||
eI2CPMessageStatusAccepted = 1,
|
||||
eI2CPMessageStatusGuaranteedSuccess = 4,
|
||||
eI2CPMessageStatusGuaranteedFailure = 5,
|
||||
eI2CPMessageStatusNoLocalTunnels = 16,
|
||||
eI2CPMessageStatusNoLeaseSet = 21
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue