Mercurial > hg > octave-kai > gnulib-hg
view modules/listen @ 10594:43282f926709
New modules 'accept', 'bind', 'connect', 'getpeername', 'getsockname', 'getsockopt', 'listen', 'recv', 'recvfrom', 'send', 'sendto', 'setsockopt', 'socket'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 06 Oct 2008 02:15:14 +0200 |
parents | |
children | 01f3623813da |
line wrap: on
line source
Description: listen() function: make a server socket ready for accepting connections. Files: lib/winsock.c Depends-on: sys_socket errno configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([winsock]) fi gl_SYS_SOCKET_MODULE_INDICATOR([listen]) Makefile.am: Include: <sys/socket.h> License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson