Content-type: text/html Manpage of SOCKUCLOSEALLCONNECTIONS

SOCKUCLOSEALLCONNECTIONS

Section: CIM MRL (3)
Updated: Sept 1995
Index Return to Main Contents
 

NAME

SockUCloseAllConnections - remove a client connection from a server's client connection list  

SYNOPSIS

#include <SocketUtilities.h>

int SockUCloseAllConnections(SockUConnection **links)
 

DESCRIPTION

SockUCloseAllConnections() removes all clients from the server's list of connected clients, links. This is commonly done at the end of execution of a server, or at the end of the server part of a larger program.  

RETURN VALUE

SockUCloseAllConnections() always returns 1.  

FILES

/local/mrl/include/SocketUtilities.h
header file
/local/mrl/lib/libSocketUtilities.a
library object code
 

SEE ALSO

libSocketUtilities(3), SockURemoveConnections(3)  

AUTHORS


Gilbert Soucy, Paul MacKenzie, Marc Bolduc
({soucy,mackenzie,bolduc}@cim.mcgill.ca)
Centre for Intelligent Machines
McGill University, Montreal, Quebec, Canada.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
FILES
SEE ALSO
AUTHORS

This document was created by man2html, using the manual pages.
Time: 16:40:39 GMT, February 05, 2002