1Net.listen(3kaya)            Kaya module reference           Net.listen(3kaya)
2
3
4

NAME

6       Net::listen - Listen on a port.
7

SYNOPSIS

9       Int listen( Protocol proto, Int port, Int backlog )
10

ARGUMENTS

12       proto The network protocol to use
13
14       port The port to listen on
15
16       backlog The maximum number of unaccepted connections.
17

DESCRIPTION

19       Listen on a port, returning a socket id.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Net.Protocol (3kaya)
33       Net.accept (3kaya)
34       Net.closeSocket (3kaya)
35
36
37
38Kaya                             December 2010               Net.listen(3kaya)
Impressum