check if we can send HolePunch to partcular address

This commit is contained in:
orignal 2022-06-21 16:20:39 -04:00
parent 22f9abc2f1
commit dda25d431c
4 changed files with 23 additions and 1 deletions

View file

@ -108,6 +108,7 @@ namespace transport
{
eSSU2RelayResponseCodeAccept = 0,
eSSU2RelayResponseCodeBobRelayTagNotFound = 5,
eSSU2RelayResponseCodeCharlieUnsupportedAddress = 65,
eSSU2RelayResponseCodeCharlieSignatureFailure = 67,
eSSU2RelayResponseCodeCharlieAliceIsUnknown = 70
};