Chat freely about anything...

User avatar
By march_seven
#32519 Hi
i want to loading a TCP/IP stack in ESP8266 which using the RTOS SDK (FressRTOS).

when first remove the stack in ESP8266 ,I need to know below those parameters

1. Maximum size of the MAC filter table

2.Maximum size of the IPv4 and IPv6 filter table

3. Size of ARP cache

4. Maximum number of packets waiting for address resolution to complete

5.Neighbor cache size

6.Maximum number of packets waiting for address resolution to complete

7.Default buffer size for transmission and reception

8.Default SYN queue size for listening sockets

9.Receive queue depth for connectionless sockets

10. Number of sockets that can be opened simultaneously

does anybody know ???

BR