UNIX Socket FAQ
Index
Search
Login
You are not logged in.
Index
»
UNIX Socket FAQ
»
5 - Writing UDP/SOCK_DGRAM applications
Pages:
1
#1
2002-07-27 01:30 AM
Loco
Administrator
From: Colombia
Registered: 2002-06-12
Posts: 351
Re: 5 - Writing UDP/SOCK_DGRAM applications
6
*
When should I use UDP instead of TCP?
*
What is the difference between "connected" and "unconnected" sockets?
*
Does doing a connect() call affect the receive behaviour of the socket?
*
How can I read ICMP errors from "connected" UDP sockets?
*
How can I be sure that a UDP message is received?
*
How can I be sure that UDP messages are received in order?
*
How often should I re-transmit un-acknowleged messages?
*
How come only the first part of my datagram is getting through?
*
Why does the socket's buffer fill up sooner than expected?
Offline
Pages:
1
Index
»
UNIX Socket FAQ
»
5 - Writing UDP/SOCK_DGRAM applications