Print this page
8112 EOF crazier RPC daemons
*** 1,14 ****
! SPRAY(3SOCKET) Sockets Library Functions SPRAY(3SOCKET)
NAME
spray - scatter data in order to test the network
SYNOPSIS
! cc [ flag ... ] file ... -lsocket -lnsl [ library ... ]
#include <rpcsvc/spray.h>
bool_t xdr_sprayarr(XDR *xdrs, sprayarr *objp);
--- 1,14 ----
! SPRAY(3RPC) RPC Library Functions SPRAY(3RPC)
NAME
spray - scatter data in order to test the network
SYNOPSIS
! cc [ flag ... ] file ... -lsocket -lnsl -lrpcsvc [ library ... ]
#include <rpcsvc/spray.h>
bool_t xdr_sprayarr(XDR *xdrs, sprayarr *objp);
*** 97,107 ****
+---------------+-----------------+
|MT-Level | Unsafe |
+---------------+-----------------+
SEE ALSO
! spray(1M), rpc_clnt_calls(3NSL), attributes(5)
NOTES
This interface is unsafe in multithreaded applications. Unsafe
interfaces should be called only from the main thread.
--- 97,107 ----
+---------------+-----------------+
|MT-Level | Unsafe |
+---------------+-----------------+
SEE ALSO
! rpc_clnt_calls(3NSL), attributes(5)
NOTES
This interface is unsafe in multithreaded applications. Unsafe
interfaces should be called only from the main thread.
*** 112,117 ****
program sending packets faster than they can be buffered locally, that
is, before the packets get to the network medium.
! December 30, 1996 SPRAY(3SOCKET)
--- 112,117 ----
program sending packets faster than they can be buffered locally, that
is, before the packets get to the network medium.
! April 13, 2017 SPRAY(3RPC)