Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Function NameDescription
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.

...