listen( maxpend = 5 )
Posted: Wed May 15, 2024 4:19 am
In the below line (from tcp.h), what is the maxpend?
Is it the limit of ports that can be configured to listen for a tcp connection?
Can i increase this value?
"inline int listen( IPADDR4 addr, WORD port, BYTE maxpend = 5 )"
Thanks,
Tim Snelling
Is it the limit of ports that can be configured to listen for a tcp connection?
Can i increase this value?
"inline int listen( IPADDR4 addr, WORD port, BYTE maxpend = 5 )"
Thanks,
Tim Snelling