Searched refs:MAX_PAYLOAD (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dbenchmark.c45 #define MAX_PAYLOAD 1500 macro
56 static uint16_t read_permutation[MAX_PAYLOAD];
190 } else if (payload_size > MAX_PAYLOAD) {
H A Dbenchmark_tcp.c38 #define MAX_PAYLOAD 1500 macro
162 data_to_send = malloc(MAX_PAYLOAD);

Completed in 36 milliseconds