diff options
Diffstat (limited to 'net/recvnet/pkg-descr')
-rw-r--r-- | net/recvnet/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/recvnet/pkg-descr b/net/recvnet/pkg-descr new file mode 100644 index 0000000..03f273c --- /dev/null +++ b/net/recvnet/pkg-descr @@ -0,0 +1,8 @@ +Recvnet is the inverse of telnet. Instead of connecting to some host, +it listens on a port for incoming connections. When a connection is made, +you can type a response which will be sent to the client. + +This tool has proven to be very useful while debugging Web browsers, httping, +and others. + +WWW: http://www.vanheusden.com/Linux/#recvnet |