Voting

: max(three, eight)?
(Example: nine)

The Note You're Voting On

rhollencamp at gmail dot com
15 years ago
Note that if you create a socket with AF_UNIX, a file will be created in the filesystem. This file is not removed when you call socket_close - you should unlink the file after you close the socket.

<< Back to user notes page

To Top