Disable out-of-order warning (fires too much on some 802.11n networks)

This reverts commit 682bbdfebd.
This commit is contained in:
Keith Winstein
2012-05-30 02:04:32 -04:00
parent ade0aaa3e8
commit 37f78d0e4c
4 changed files with 5 additions and 30 deletions
-1
View File
@@ -104,7 +104,6 @@ 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(); }
};
}