#include <cogent.h>
int IP_ListenToService(char* service, int backlog );
This function wraps the listen library call, and registers the resulting file descriptor with the IP_Receive function. Prior to calling listen, this function looks up the service name to produce a port number which is given to IP_ListenToPort.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.