Quick question, what's the purpose of binding a socket? I'm taking a final today, and the other functions make sense to me, but I'm having a hard time understanding Bind.
Socket()
Bind()
Listen()
Accept()
|
|
V
read()
|
write()
Name:
Anonymous2009-08-14 8:36
Nevermind, found out. It's to assign an address to the socket. I'm not used to the text board; else I'd just delete these posts.