diff options
Diffstat (limited to 'anytun.cpp')
-rw-r--r-- | anytun.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -91,12 +91,9 @@ void* sender(void* p) param->c.setSalt(tmp_salt); std::cout << "seq: " << seq << std::endl << "sID: " << param->opt.getSenderId() << std::endl; - std::cout << "bevore cipher: " << std::endl << pack.getBuf() << std::endl; param->c.cypher(pack, seq, param->opt.getSenderId()); - std::cout << "after cipher: " << std::endl << pack.getBuf() << std::endl; - // add header to packet pack.addHeader(seq, param->opt.getSenderId()); seq++; |