NetSim Source Code Help
Loading...
Searching...
No Matches
TCP_Outgoing.c File Reference
#include "main.h"
#include "TCP.h"
#include "TCP_Header.h"
Include dependency graph for TCP_Outgoing.c:

Go to the source code of this file.

Functions

void send_segment (PNETSIM_SOCKET s)
 
void resend_segment (PNETSIM_SOCKET s, NetSim_PACKET *expired)
 
void resend_segment_without_timeout (PNETSIM_SOCKET s, UINT seq)
 

Function Documentation

◆ resend_segment()

void resend_segment ( PNETSIM_SOCKET  s,
NetSim_PACKET expired 
)

Definition at line 64 of file TCP_Outgoing.c.

Here is the call graph for this function:

◆ resend_segment_without_timeout()

void resend_segment_without_timeout ( PNETSIM_SOCKET  s,
UINT  seq 
)

Definition at line 79 of file TCP_Outgoing.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ send_segment()

void send_segment ( PNETSIM_SOCKET  s)

Definition at line 18 of file TCP_Outgoing.c.

Here is the call graph for this function:
Here is the caller graph for this function: