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!
Set Ethernet TCP layer default SOURCE PORT
-
- Posts: 2
- Joined: Wed Sep 13, 2023 11:39 am
-
- Posts: 9739
- Joined: Thu Nov 26, 2015 4:08 am
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.)
-
- Posts: 2
- Joined: Wed Sep 13, 2023 11:39 am
Re: Set Ethernet TCP layer default SOURCE PORT
ESP_Sprite wrote: ↑Thu Sep 14, 2023 1:31 amPicking 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 I am concerning for nothing.
Really appreciated. Thanks!
Who is online
Users browsing this forum: axellin, Google [Bot] and 99 guests