Skip to content

UDP Doesn't Support Responses to Received Data #3445

@LeStarch

Description

@LeStarch
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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions