Linux Kernel
3.7.1
|
#include <dccp.h>
struct dccp_request_sock - represent DCCP-specific connection request : structure inherited from : initial sequence number, sent on the first Response (RFC 4340, 7.1) : greatest sequence number sent (for retransmitted Responses) : initial sequence number received in the first Request : greatest sequence number received (for retransmitted Request(s)) : service code present on the Request (there is just one) : feature negotiation options for this connection The following two fields are analogous to the ones in dccp_sock: : last received timestamp to echo (13.1) : the time of receiving the last
struct inet_request_sock dreq_inet_rsk |