Searched defs:tcp_cc_request_struct (Results 1 – 1 of 1) sorted by relevance
344 struct tcp_cc_request_struct { struct345 int recv_buf_size; /* how big does the client want it */346 int send_buf_size;347 int recv_alignment;348 int recv_offset;349 int send_alignment;350 int send_offset;351 int request_size;352 int response_size;353 int no_delay;[all …]