Next: Sockets.Socket class-well known ports, Previous: Sockets.Socket class-accessing, Up: Sockets.Socket [Index]
Send data from one datagram socket to another on the local machine. Tests most of the socket primitives and works with different processes.
Send data from one datagram socket to another on the local machine. Tests most of the socket primitives and works with different processes.
Send data from one socket to another on the local machine. Tests most of the socket primitives.
Send data from one socket to another on the local machine. Tests most of the socket primitives. The parameter is the size of the input and output buffer sizes.
Send data from one socket to another on the local machine. Tests most of the socket primitives. The parameters are the size of the input and output buffer sizes, and the address class (family) to use.
Send data from one socket to another on the local machine. Tests most of the socket primitives. The parameter is the address class (family) to use.
Extremely small test (try to receive SMTP header)
Send data from one datagram socket to another on the local machine. Tests most of the socket primitives and works with different processes.
Send data from one socket to another on the local machine. Tests most of the socket primitives and works with different processes.
Send data to the ’discard’ socket of localhost.
Send data to the ’discard’ socket of the given host. Tests the speed of one-way data transfers across the network to the given host. Note that many hosts do not run a discard server.
Not commented.
Not commented.
Send data from one socket to another on the local machine, trying to avoid buffering overhead. Tests most of the socket primitives. Comparison of the results of loopbackTest and tweakedLoopbackTest should give a measure of the overhead of buffering when sending/receiving large quantities of data.
Next: Sockets.Socket class-well known ports, Previous: Sockets.Socket class-accessing, Up: Sockets.Socket [Index]