Searched defs:tcp_cc_response_struct (Results 1 – 1 of 1) sorted by relevance
542 struct tcp_cc_response_struct { struct543 int recv_buf_size; /* how big does the client want it */544 int no_delay;545 int measure_cpu; /* does the client want server cpu */546 int test_length; /* how long is the test? */547 int send_buf_size;548 int data_port_number; /* connect to me here */549 float cpu_rate; /* could we measure */550 int so_rcvavoid; /* could the remote avoid receive copies? */551 int so_sndavoid; /* could the remote avoid send copies? */