Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

recho(2)


RECHO

RECHO

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

NAME

recho − Send messages to LAM echo server.

SYNOPSIS

int recho (int node, char *src_msg, char *dest_msg, int length);

ARGUMENTS

node

location of echo service

src_msg

outgoing message

dest_msg

incoming echo message

length

of both message buffers

DESCRIPTION

The echo server returns any message that it receives to the sender. It is a confidence testing service for the LAM network.

The message length must not exceed the maximum network message length MAXNMSGLEN, defined in <net.h> and factory set to 8192 bytes.

RETURN VALUE

Upon successful completion, the number of bytes echoed is returned. If an error occurred, −1 is returned and the global variable errno is set to indicate the error.

ERRORS

EMSGLEN

The message length exceeds the maximum message length.

SEE ALSO

tping(1)



recho(2)