| java.lang.Object org.jgroups.tests.FragTestUnicast
FragTestUnicast | public class FragTestUnicast (Code) | | Tests the fragmentation protocol (FRAG) for large unicast messages. The first member needs to be started as
receiver. The second member needs to be started as sender (-sender). The latter then starts sending unicast
messages to the receiver, which will be fragmented. If the relation between message size and fragmentation
size results in many fragments to be sent, then the receive and send buffer sizes in UDP have to be
adjusted accordingly, otherwise packets will be dropped and retransmitted.
author: Bela Ban April 19 2001 |
Constructor Summary | |
public | FragTestUnicast(char character, int mode, int msg_size, int num_msgs, long timeout, int frag_size) |
sendingChar | char sendingChar(Code) | | |
FragTestUnicast | public FragTestUnicast(char character, int mode, int msg_size, int num_msgs, long timeout, int frag_size)(Code) | | |
usage | static void usage()(Code) | | |
|
|