Set Ethernet TCP layer default SOURCE PORT
Posted: Wed Sep 13, 2023 12:47 pm
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)...
This scenario makes me a bit concerned as the solution I am developing may be installed on environments with Ethernet traffic controlled by safety policies. I mean... gateway output ports may be blocked... So, in this case I should have a solution to present (assign a fixed output port and advice the users know about it seems a reasonable solution... I guess)
Thanks in advance!
When "sniffing" the packets, I noticed that the source port changes dynamically when certain events happen (e.g. system reboots)...
This scenario makes me a bit concerned as the solution I am developing may be installed on environments with Ethernet traffic controlled by safety policies. I mean... gateway output ports may be blocked... So, in this case I should have a solution to present (assign a fixed output port and advice the users know about it seems a reasonable solution... I guess)
Thanks in advance!