Spines

NAME
       spines_send - Sends reliable data through the Spines network 


SYNOPSIS
       #include "spines_lib.h"

       int spines_send(int s, const void *msg, size_t len, int flags)


DESCRIPTION
       spines_send is used to transmit a message to another Spines
       socket. The send call may be used only when the socket is in a
       connected state (so that the intended recipient is known). The
       parameter s is the file descriptor of the sending socket. The
       message is found in msg and has length len. flags is currently
       not used.



RETURN VALUE
       spines_send returns the number of bytes sent or -1 if an error
       occurred.

Distributed Systems and Networks Lab
Computer Science Department, Johns Hopkins University
207 Malone Hall
3400 North Charles Street
Baltimore, MD 21218
TEL: (410) 516-5562