-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
| F´ Version | |
| Affected Component |
Problem Description
The Udp component does not allow configuration of the response port based on data received.
e.g. Udp reads from established port. The incoming packet can inform Udp of the response port. However, Udp does not read or use this data. This case would not configure a send port but would just send data back.
e.g. Udp sends to a know port, and should be able to read responses back on an ephemeral port. This case would not call bind to listen, but could listen after a send.
Expected Behavior
Udp should support ephemeral port.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done