|
-
April 27th, 2023, 09:12 AM
#3
Re: UDP socket , client side
 Originally Posted by VictorN
AFAIK, bind() is used on the server side, not on the client one, For the client there are the following steps to create a socket and communicate
Perhaps on client side, O.S. associates IP+Port to socket because client socket end has to get IP with an ephemeral port to send data by nuetwork, if you use bind() you will specify exactly these data (if you have multiple interface or specific port over 1024) which will bring forward from O.S.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|