From 5bc0e1439ecb35253f95a2fb10f6fc8ef104237c Mon Sep 17 00:00:00 2001 From: luis Date: Fri, 6 Aug 2010 15:25:21 +0000 Subject: [PATCH] Added a couple of items --- todo/nping.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo/nping.txt b/todo/nping.txt index 5d96e4841..0b6014c3b 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -94,6 +94,8 @@ * Make nping issue a warning when user supplies a payload in TCP-Connect mode. +* Add --no-crypto to -h output. + /***************************************************************************** * ^^^^ Things we should try to finish by end of GSoC (August 16) * *****************************************************************************/ @@ -122,6 +124,12 @@ * Improve IPv6 support. We need to test it in many platforms to see how it behaves. +* Try to reduce the size of the internal buffer in the EchoHeader class. + Currenltly it allocates a big buffer that is able to hold the theoretical + maximum size of a NEP message (normal use does not require so much space). + When this is done, check if we still need to increase the stack size + in the project properties in Visual Studio. + * Do some performance testing. Fyodor: <