# TCP1 { sender { hostname = host1; port = 0; so_debug = OFF; tcp_trace = OFF; no_delay = OFF; send_buff = 32768; recv_buff = 32768; mem_align = 2048; pattern {8192, 8192, 0.0, 0.0} } receiver { hostname = host2; port = 20000; so_debug = OFF; tcp_trace = OFF; no_delay = OFF; recv_buff = 32768; send_buff = 32768; mem_align = 8192; pattern {8192, 8192, 0.0, 0.0} } file = data/HOST1-HOST2; protocol = TCP; start_time = 0.0; connection_mode= AFTER; end_time = 30; send_times = 2048; } # TCP2 { sender { hostname = host3; port = 0; so_debug = OFF; tcp_trace = OFF; no_delay = OFF; send_buff = 32768; recv_buff = 32768; mem_align = 2048; pattern {8192, 8192, 0.0, 0.0} } receiver { hostname = host4; port = 20001; so_debug = OFF; tcp_trace = OFF; no_delay = OFF; recv_buff = 32768; send_buff = 32768; mem_align = 8192; pattern {8192, 8192, 0.0, 0.0} } file = data/HOST3-HOST4; protocol = TCP; start_time = 2.0; connection_mode= AFTER; end_time = 30; send_times = 1024; }