Search found 2 matches

by V.Severino
Thu Sep 14, 2023 12:45 pm
Forum: ESP-IDF
Topic: Set Ethernet TCP layer default SOURCE PORT
Replies: 2
Views: 1443

Re: Set Ethernet TCP layer default SOURCE PORT

Picking a random source port is more or less standard behaviour of all OSses (Linux, Mac, OSX) so I'd be very surprised if that would lead to any issues (see e.g. here .) hummmm.... interesting. I have had completely ignored the Ephemeral port standardization... That is a point to consider. Perhaps...
by V.Severino
Wed Sep 13, 2023 12:47 pm
Forum: ESP-IDF
Topic: Set Ethernet TCP layer default SOURCE PORT
Replies: 2
Views: 1443

Set Ethernet TCP layer default SOURCE PORT

Does anyone know if is there a ESP-IDF "tool" able to interact directly to the Ethernet TCP layer where I can set a default SOURCE PORT to the packages leaving ESP32? When "sniffing" the packets, I noticed that the source port changes dynamically when certain events happen (e.g. system reboots)... T...