Please enable JavaScript.
Coggle requires JavaScript to display documents.
Socket Programming in C - Coggle Diagram
Socket Programming in C
Assignment 2
main()
struct
Definition
Used to hold info about the address and port, and other information. Most socket function require a pointer to a socket address structure as an argument.
-
-