Provided by: kaya_0.4.4-6ubuntu3_amd64 bug

NAME

       Net::microRecv - Recieve data from a connection.

SYNOPSIS

       String microRecv( NetHandle h, Int maxlen=-1, Int microtimeout=0 )

ARGUMENTS

       h The connection

       maxlen  The  maximum  number  of  bytes  to  read  (or  unlimited,  if  negative). For TLS
       connections, this is always unlimited.

       timeout The number of microseconds to wait without input before timing out. The default is
       zero. For TLS connections, this parameter is ignored.

DESCRIPTION

       Reads  up  to  maxlen bytes from the connection, and times out after timeout microseconds.
       Apart from the units the timeout is measured in, this is otherwise identical  to  Net.recv
       (3kaya)

AUTHORS

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

LICENSE

       The Kaya standard library is free software; you can redistribute it and/or modify it under
       the  terms  of the GNU Lesser General Public License (version 2.1 or any later version) as
       published by the Free Software Foundation.

RELATED

       Net.NetHandle (3kaya)
       Net.accept (3kaya)
       Net.connect (3kaya)
       Net.microPending (3kaya)
       Net.pending (3kaya)
       Net.recv (3kaya)
       Net.send (3kaya)