buffer_server
Syntax | |||||||||||||||
buffer_server --help buffer_server [-lf logname] [-f portname] [-l lport] hostname rport | |||||||||||||||
Synopsis | |||||||||||||||
Simple TCP/IP connection relay and buffer. | |||||||||||||||
Options | |||||||||||||||
| |||||||||||||||
Description | |||||||||||||||
The task is both a TCP/IP client and a server. It receives data from a remote host and then relays it to one or more client tasks. Each connection spawns a new child process that connects to the remote server. As data is received it is buffered and relayed to the client. Once the client disconnects the child process will die. The main use for this program is to disguise the origin of a TCP/IP data stream. Java Applets will not allow connections to be made with any host other than the web server that they originated from. By using the | |||||||||||||||
Examples | |||||||||||||||
Connects to the remote host
Connects to the remote host |