| java.lang.Object org.jgroups.tests.FragTest2
FragTest2 | public class FragTest2 (Code) | | Tests the fragmentation protocol (FRAG). A large message is broadcast to the group (sender does not
receive its own broadcasts, though). The fragmentation protocol fragments messages bigger than
8K and reassembles them at the receiver. Messages sent are 100K in size (configurable).
|
Constructor Summary | |
public | FragTest2(char character, int mode, int msg_size, int num_msgs, long timeout, int frag_size) |
sendingChar | char sendingChar(Code) | | |
FragTest2 | public FragTest2(char character, int mode, int msg_size, int num_msgs, long timeout, int frag_size)(Code) | | |
usage | static void usage()(Code) | | |
|
|