Warn on out-of-order or duplicated packets (or missing nonce increment!)

This commit is contained in:
Keith Winstein
2012-05-23 18:08:31 -04:00
parent 0b5a643964
commit 682bbdfebd
4 changed files with 30 additions and 5 deletions
+1
View File
@@ -104,6 +104,7 @@ namespace Network {
const struct in_addr & get_remote_ip( void ) const { return connection.get_remote_ip(); }
const NetworkException *get_send_exception( void ) const { return connection.get_send_exception(); }
const NetworkException *get_recv_exception( void ) const { return connection.get_recv_exception(); }
};
}