/
TCP Functions
TCP Functions
Function Name | Description |
---|---|
NetTCP_ConnCfgIdleTimeout() | Configure TCP connection’s idle timeout. |
NetTCP_ConnCfgMaxSegSizeLocal() | Configure TCP connection’s local maximum segment size. |
NetTCP_ConnCfgMSL_Timeout() | Configure TCP connection's maximum segment lifetime (MSL) timeout. |
NetTCP_ConnCfgReTxMaxTh() | Configure TCP connection’s maximum number of same segment retransmissions. |
NetTCP_ConnCfgReTxMaxTimeout() | Configure TCP connection’s maximum retransmission timeout. |
NetTCP_ConnCfgRxWinSize() | Configure TCP connection’s receive window size. |
NetTCP_ConnCfgTxAckDlyTimeout() | Configure TCP connection's transmit acknowledgement delay timeout. |
NetTCP_ConnCfgTxAckImmedRxdPushEn() | Configure TCP connection’s transmit immediate acknowledgement for received and pushed TCP segments. |
NetTCP_ConnCfgTxKeepAliveEn() | Configure TCP connection's transmit keep-alive enable. |
NetTCP_ConnCfgTxKeepAliveRetryTimeout() | Configure TCP connection's transmit keep-alive retry timeout. |
NetTCP_ConnCfgTxKeepAliveTh() | Configure TCP connection's maximum number of consecutive keep-alives to transmit. |
NetTCP_ConnCfgTxNagleEn() | Configure TCP connection's transmit Nagle algorithm enable. |
NetTCP_ConnCfgTxWinSize() | Configure TCP connection’s transmit window size. |
NetTCP_ConnPoolStatGet() | Get TCP connections’ statistics pool. |
NetTCP_ConnPoolStatResetMaxUsed() | Reset TCP connections’ statistics pool’s maximum number of entries used. |
NetTCP_ConnStateGet() | Get the current state of the TCP connection. |
Related content
NetTCP_ConnCfgMSL_Timeout
NetTCP_ConnCfgMSL_Timeout
More like this
NetTCP_ConnCfgTxAckDlyTimeout
NetTCP_ConnCfgTxAckDlyTimeout
More like this
NetTCP_ConnCfgReTxMaxTimeout
NetTCP_ConnCfgReTxMaxTimeout
More like this
NetTCP_ConnCfgTxKeepAliveRetryTimeout
NetTCP_ConnCfgTxKeepAliveRetryTimeout
More like this
NetTCP_ConnCfgTxAckImmedRxdPushEn
NetTCP_ConnCfgTxAckImmedRxdPushEn
More like this
NetTCP_ConnCfgTxNagleEn
NetTCP_ConnCfgTxNagleEn
More like this