View Single Post
  #6 (permalink)  
Old 06-23-2009, 08:17 PM
Mutiny32's Avatar
Mutiny32
Halfway to VIP Status
Offline
Location: Lee's Summit, MO
 
Join Date: Dec 2007
Posts: 582
Reputation: 660
Mutiny32 knows their stuffMutiny32 knows their stuffMutiny32 knows their stuffMutiny32 knows their stuffMutiny32 knows their stuffMutiny32 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to Mutiny32 Send a message via AIM to Mutiny32 Send a message via MSN to Mutiny32 Send a message via Skype™ to Mutiny32
Re: UDP packets /send receive why I cant

Also, UDP, as used in TCP/IP has an IP header, revealing the source IP of the datagram, so it is not anonymous.

It is just a connectionless protocol, so there is no data integrity assurance. But since there is no ACK, it has lower overhead and can be used for loss-resistant applications like VoIP, BitTorrent, and most real-time online multiplayer games.
Reply With Quote