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

Go to the source code of this file.

Functions

void set_window_scaling (PNETSIM_SOCKET s, PWsopt opt)
 
UINT8 get_shift_count (PNETSIM_SOCKET s)
 
void set_window_scaling_option (PNETSIM_SOCKET s, PTCP_DEV_VAR tcp)
 
UINT32 window_scale_get_cwnd (PNETSIM_SOCKET s)
 
UINT16 window_scale_get_wnd (PNETSIM_SOCKET s)
 

Function Documentation

◆ get_shift_count()

UINT8 get_shift_count ( PNETSIM_SOCKET  s)

Definition at line 35 of file WindowScale.c.

◆ set_window_scaling()

void set_window_scaling ( PNETSIM_SOCKET  s,
PWsopt  opt 
)

Definition at line 18 of file WindowScale.c.

Here is the caller graph for this function:

◆ set_window_scaling_option()

void set_window_scaling_option ( PNETSIM_SOCKET  s,
PTCP_DEV_VAR  tcp 
)

Definition at line 40 of file WindowScale.c.

Here is the caller graph for this function:

◆ window_scale_get_cwnd()

UINT32 window_scale_get_cwnd ( PNETSIM_SOCKET  s)

Definition at line 50 of file WindowScale.c.

Here is the caller graph for this function:

◆ window_scale_get_wnd()

UINT16 window_scale_get_wnd ( PNETSIM_SOCKET  s)

Definition at line 63 of file WindowScale.c.

Here is the caller graph for this function: