-
- Downloads
NTCP2: Clock skew handling improvements
as discussed in #ls2 meeting - Bob replies with Session Created even if skewed, so that Alice finds out what the skew is - Alice handles Session Created timestamp and drops if skewed, bans Bob, and updates clock if NTP failed - If Alice does reply with SessionConfirmed, Bob will send a destroy with a skew error code - Don't change skew error code if netdb store failed - Fix skew adjustment for RTT by Bob - Call setLastBadSkew() in the right places - Fix ntcp.invalidInboundSkew and ntcp.invalidOutboundSkew stats
Showing
- router/java/src/net/i2p/router/transport/ntcp/InboundEstablishState.java 24 additions, 20 deletions.../net/i2p/router/transport/ntcp/InboundEstablishState.java
- router/java/src/net/i2p/router/transport/ntcp/OutboundNTCP2State.java 17 additions, 2 deletions...src/net/i2p/router/transport/ntcp/OutboundNTCP2State.java
Please register or sign in to comment