#include <cogent.h>
int IP_ListenToPort(int port, int backlog);
This function wraps the listen library call, and registers the resulting file descriptor with the IP_Receive function.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.