metaonly module ti.ndk.config.Tcp |
![]() |
![]() |
![]() |
NDK Transmission Control Protocol (TCP) settings and configuration
Configuration settings | sourced in ti/ndk/config/Tcp.xdc |
const Tcp.defaultKeepIdleTime |
![]() |
Configuration settings |
const Tcp.defaultKpProbIntv |
![]() |
Configuration settings |
const Tcp.defaultKpProbTimeout |
![]() |
Configuration settings |
const Tcp.defaultMaxReasmPkts |
![]() |
Configuration settings |
const Tcp.defaultRxBufLimit |
![]() |
Configuration settings |
const Tcp.defaultRxBufSize |
![]() |
Configuration settings |
const Tcp.defaultTxBufSize |
![]() |
Configuration settings |
config Tcp.keepIdleTime // module-wide |
![]() |
Amount of time to allow socket to idle. Only affects sockets specified with SO_KEEPALIVE value
Configuration settings |
config Tcp.keepProbeInterval // module-wide |
![]() |
Time interval specifying the amount of time in between TCP KEEP probes Only affects sockets specified with SO_KEEPALIVE value
Configuration settings |
config Tcp.keepProbeTimeout // module-wide |
![]() |
Time TCP will continue to send unanswered KEEP probes before timing out the connection
Configuration settings |
config Tcp.maxNumReasmPkts // module-wide |
![]() |
Specifies the maximum number of reassembly packets allowed per TCP socket
Configuration settings |
config Tcp.receiveBufLimit // module-wide |
![]() |
Sets the max number of cumulative bytes in packet buffers that can be queued up at any given TCP based socket (non-copy mode)
Configuration settings |
config Tcp.receiveBufSize // module-wide |
![]() |
Sets the size of the TCP receive buffer (copy mode)
Configuration settings |
config Tcp.transmitBufSize // module-wide |
![]() |
Sets the size of the TCP send buffer
Configuration settings |