#include <cogent.h>
int IP_ListenToPort(
int port, int backlog)
;
A port number.
The number of connection requests that are allowed to be simultaneously pending.
This function wraps the listen library call, and registers the resulting file descriptor with the IP_Receive function.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.