Searched defs:tcp_cc_request_struct (Results 1 – 1 of 1) sorted by relevance
519 struct tcp_cc_request_struct { struct520 int recv_buf_size; /* how big does the client want it */521 int send_buf_size;522 int recv_alignment;523 int recv_offset;524 int send_alignment;525 int send_offset;526 int request_size;527 int response_size;528 int no_delay;[all …]