Skip to content

How to create a udp connection with defined source port? #3124

Discussion options

You must be logged in to vote

Not that unusual, it would be like a communication between servers. Open a listener on that port and use that connection to send.
You have to effectively bind to that port so no one else uses it, so in the case of UDP it makes total sense to open a listener there.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jcorporation
Comment options

@scaprile
Comment options

scaprile May 3, 2025
Collaborator

@jcorporation
Comment options

@scaprile
Comment options

scaprile May 3, 2025
Collaborator

@jcorporation
Comment options

Answer selected by jcorporation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants