Voting

: four plus five?
(Example: nine)

The Note You're Voting On

mark at markvange * com
19 years ago
It is very important to make sure you clear any incoming packets out of the incoming buffer using fread() or some equivalent. Although you can call fclose() the socket does not actually shut down until the inbound packets have been cleared. This can lead to some confusion.

<< Back to user notes page

To Top