Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net.microrecv(3kaya) [debian man page]

Net.microRecv(3kaya)					       Kaya module reference					      Net.microRecv(3kaya)

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) Kaya October 2012 Net.microRecv(3kaya)

Check Out this Related Man Page

Net.recv(3kaya) 					       Kaya module reference						   Net.recv(3kaya)

NAME
Net::recv - Recieve data from a connection. SYNOPSIS
String recv( NetHandle h, Int maxlen=-1, Int timeout=0 ) ARGUMENTS
h The connection maxlen The maximum number of bytes to read (or unlimited, if negative). For TLS connections, this is always unlimited. Note that if the data to be received contains multi-byte characters, care must be taken to avoid ending receiving part-way through a multi-byte character. timeout The number of seconds 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 seconds. 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.microRecv(3kaya) Net.pending(3kaya) Net.recvByte(3kaya) Net.recvBytes(3kaya) Net.send(3kaya) Kaya October 2012 Net.recv(3kaya)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help on "Net::SMPP" Module

Hi all, I have installed Net::SMPP module in my system and i want to send SMS using SMPP account. Please help me how to write the script for the same using Net::SMPP module. (0 Replies)
Discussion started by: sudhakaryadav
0 Replies

2. Shell Programming and Scripting

Net::SSLeay or Net::FTPSSL

Hello, I ran into an issue in one of my monitoring scripts. If I use the public ip address in my connection string everything works, but if I switch the connection string ip to 127.0.0.1 or the internal ip I get, " Connection refused at... (1 Reply)
Discussion started by: Styles
1 Replies

3. IP Networking

Connections not shown in netstat output

I have a TCPIP server application (a Vendor package) which by default allows 10 connections. It provides a parameter to allow us to increase the maximum allowable connections in case it is needed. Intermittently this application is failing with maximum number of connections reached even when there... (1 Reply)
Discussion started by: AIX_user
1 Replies

4. What is on Your Mind?

Bash Scripting Courses on the Net

Hi, not sure if I should be posting this here but I am wondering if any of you have taken a good formal course in bash scripting on the Net and if so what it was? Free or paid. I am looking to expand my knowledge through courses and anything bash related would be great. (0 Replies)
Discussion started by: newbie2010
0 Replies