* I2CP: Per-message status codes back through streaming (ticket #788)

- New I2PSessionException
   - Streaming PacketQueue requests status for SYNs on outbound conns
   - PacketQueue throws I2PSessionException in streams
This commit is contained in:
zzz
2014-05-18 00:05:13 +00:00
parent 1acd5caaa8
commit d32b4e9f24
4 changed files with 259 additions and 4 deletions

View File

@ -165,6 +165,7 @@ class MessageState {
case MessageStatusMessage.STATUS_SEND_SUCCESS_LOCAL:
// trumps all
_state = State.SUCCESS;
break;
default:
break;