Comments
www.ece.tamu.edu/~reddy/ee602_00/socket_tutorial.pdf
Posted by crouse
remus.rutgers.edu/cs352/F02/lectures/sockets.pdf
Posted by crouse
www.unix.com/...programming/106672-c-http-socket-programming.html
Posted by crouse
www.jukie.net/~bart/slides/socket-intro/socket-intro.ps
Posted by crouse
download it from one of the unix-socket-faq www pages: http://www.ibrado.com/sock-faq ...
Posted by waqasahmad
1. Recall: no connection setup for SOCK_DGRAM
2. A connection occurs between two kinds of participants
- passive: waits for an active participant to request connection
- active: initiates connection request to passive side
3. Once connection is established, passive and active participants are “similar”
- both can send & receive data
- either can terminate the connection
Posted by Aadarsh