![]() |
|
Learning Network Programming |
Matthew Fay
Member #792
November 2000
|
Could anyone point me in the direction of some easy to understand networking tutorials? My goal is to implement a simple pong clone in C++ that could be played over a LAN. |
gnolam
Member #2,030
March 2002
![]() |
-- |
karistouf
Member #5,126
October 2004
![]() |
udp protocol for a real time app ( it means that you dont verify that the packet arrived, and so you have a real time app, with not so much delay) "step by step" |
GullRaDriel
Member #3,861
September 2003
![]() |
These day it does now matter if you use UDP or TCP. "Code is like shit - it only smells if it is not yours" |
karistouf
Member #5,126
October 2004
![]() |
This are very basic example of UDP.;D
"step by step" |
|