About Us

People

Research

Publications

Funding

Download




SMesh

Spines

Spread

Secure Spread




























Home Documentation License Download Mailing List Credits


NAME
       spines_recv - Receives reliable data through the Spines network 


SYNOPSIS
       #include "spines_lib.h"

       int spines_recv(int s, void *buf, size_t len, int flags);


DESCRIPTION

       The parameter s must refer to a Spines socket that is already
       connected to some other Spines socket. 'buf' defines a memory
       address where the message can be stored, and 'len' is the
       available size for the message. flags is currently not used.

RETURN VALUE
       spines_recv returns the number of bytes received or -1 if an
       error occured.




Questions or comments to:
webmaster_at_spines.org
TEL: (410) 516-5562
FAX: (410) 516-6134
Distributed Systems and Networks Lab
Computer Science Department
Johns Hopkins University
3400 N. Charles Street Baltimore, MD 21218-2686