Arm Community
Site
Search
User
Site
Search
User
Support forums
Keil forum
what is the maximum value for TCP_NUM_SOCKS
State
Accepted Answer
Locked
Locked
Replies
2 replies
Subscribers
22 subscribers
Views
1287 views
Users
0 members are here
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
what is the maximum value for TCP_NUM_SOCKS
OldFoggy
over 4 years ago
What is the maximum number of TCP sockets the network library can handle?
Top replies
Franc Urbanc
over 4 years ago
+3
verified
The number of sockets in Net_Config_TCP.h is limited to 20 sockets. However, this is a RTE limit, you can manually set this number to a maximum of 255 sockets, as the sockets are stored internally as...
0
Quote