![]() |
NetSim Source Code Help
|

Go to the source code of this file.
Macros | |
| #define | _NETSIM_TCB_H_ |
| #define | TCP_RTO(tcb) (tcb->TCP_TIMER.RTO) |
| #define | TCP_SRTT(tcb) (tcb->TCP_TIMER.SRTT) |
| #define | TCP_RTTVAR(tcb) (tcb->TCP_TIMER.RTT_VAR) |
Typedefs | |
| typedef struct stru_tcp_queue_info | Queueinfo |
| typedef struct stru_tcp_queue_info * | PQueueInfo |
| typedef struct stru_tcp_queue | TCP_QUEUE |
| typedef struct stru_tcp_queue * | PTCP_QUEUE |
| typedef struct stru_tcp_Transmission_Control_Block | TCB |
| typedef struct stru_tcp_Transmission_Control_Block * | PTCB |
| typedef struct stru_tcp_queue_info * PQueueInfo |
| typedef struct stru_tcp_Transmission_Control_Block * PTCB |
| typedef struct stru_tcp_queue * PTCP_QUEUE |
| typedef struct stru_tcp_queue_info Queueinfo |
| typedef struct stru_tcp_Transmission_Control_Block TCB |
| typedef struct stru_tcp_queue TCP_QUEUE |