1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 12:01:34 +01:00

Allow disabling TCPIP classes

This commit is contained in:
Matias Fontanini
2016-04-02 09:35:42 -07:00
parent 48022d3a3f
commit 8d52d73968
11 changed files with 36 additions and 26 deletions

View File

@@ -29,7 +29,7 @@
#include "tcp_ip/stream.h"
#if TINS_IS_CXX11
#ifdef TINS_HAVE_TCPIP
#include <limits>
#include <algorithm>
@@ -307,4 +307,4 @@ void Stream::on_server_out_of_order(const Flow& flow,
} // TCPIP
} // Tins
#endif // TINS_IS_CXX11
#endif // TINS_HAVE_TCPIP