简体   繁体   中英

What should I know in UDP socket programming?

I'm working on embedded development on UDP socket programming. What all do I need to know? How to make the connection manually? but specifying the ports and memory addresses?

UDP is a connection-less transport. There is no "connection". You specify the destination IP/Port on each individual datagram you send.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM