| Functions |
accept() - Accept an incomming connection |
listen(number) - Set the number of slots the system listens on for connections. 5-10 is a good number. |
| Variables |
af - The address family of the socket |
remoteip - After an accept(), this is set to the remote IP address. |
remoteport - After an accept(), this is set to the remote port. |