Remove unused tcpmss, tcpws, and tcpts from NpingOps.

This commit is contained in:
david 2013-05-03 21:30:39 +00:00
parent d383df2847
commit 265b73b6ae
2 changed files with 0 additions and 18 deletions

View file

@ -235,15 +235,6 @@ NpingOps::NpingOps() {
tcpwin=0;
tcpwin_set=false;
tcpmss=0;
tcpmss_set=false;
//ws
tcpws_set=false;
//ts
tcpts_set=false;
badsum=false;
badsum_set=false;

View file

@ -627,15 +627,6 @@ class NpingOps {
u16 tcpwin;
bool tcpwin_set;
u16 tcpmss;
bool tcpmss_set;
//ws
bool tcpws_set;
//ts
bool tcpts_set;
bool badsum; /**< Generate invalid checksums in TCP/UDP */
bool badsum_set;