FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
All Data Structures Files Functions Variables Macros
WinProperties_t Struct Reference

#include <FreeRTOS_Sockets.h>

Data Fields

int32_t lTxBufSize
  More...
 
int32_t lTxWinSize
  More...
 
int32_t lRxBufSize
  More...
 
int32_t lRxWinSize
  More...
 

Detailed Description

Structure to hold the properties of Tx/Rx buffers and windows.

Field Documentation

◆ lTxBufSize

int32_t WinProperties_t::lTxBufSize

Unit: bytes

◆ lTxWinSize

int32_t WinProperties_t::lTxWinSize

Unit: MSS

◆ lRxBufSize

int32_t WinProperties_t::lRxBufSize

Unit: bytes

◆ lRxWinSize

int32_t WinProperties_t::lRxWinSize

Unit: MSS


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