forked from I2P_Developers/i2p.i2p
* 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:
@ -165,6 +165,7 @@ class MessageState {
|
||||
case MessageStatusMessage.STATUS_SEND_SUCCESS_LOCAL:
|
||||
// trumps all
|
||||
_state = State.SUCCESS;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user