ReactOS 0.4.15-dev-7934-g1dc8d80
tcp_listen_opt Struct Reference

#include <tcpcore.h>

Collaboration diagram for tcp_listen_opt:

Public Attributes

u8 max_qlen_log
 
int qlen
 
int qlen_young
 
int clock_hand
 
struct open_requestsyn_table [TCP_SYNQ_HSIZE]
 

Detailed Description

Definition at line 3518 of file tcpcore.h.

Member Data Documentation

◆ clock_hand

int tcp_listen_opt::clock_hand

Definition at line 3523 of file tcpcore.h.

◆ max_qlen_log

u8 tcp_listen_opt::max_qlen_log

Definition at line 3520 of file tcpcore.h.

◆ qlen

int tcp_listen_opt::qlen

Definition at line 3521 of file tcpcore.h.

Referenced by tcp_synq_len().

◆ qlen_young

int tcp_listen_opt::qlen_young

Definition at line 3522 of file tcpcore.h.

◆ syn_table

struct open_request* tcp_listen_opt::syn_table[TCP_SYNQ_HSIZE]

Definition at line 3524 of file tcpcore.h.


The documentation for this struct was generated from the following file: