Print this page
8112 EOF crazier RPC daemons
@@ -1,14 +1,14 @@
-SPRAY(3SOCKET) Sockets Library Functions SPRAY(3SOCKET)
+SPRAY(3RPC) RPC Library Functions SPRAY(3RPC)
NAME
spray - scatter data in order to test the network
SYNOPSIS
- cc [ flag ... ] file ... -lsocket -lnsl [ library ... ]
+ cc [ flag ... ] file ... -lsocket -lnsl -lrpcsvc [ library ... ]
#include <rpcsvc/spray.h>
bool_t xdr_sprayarr(XDR *xdrs, sprayarr *objp);
@@ -97,11 +97,11 @@
+---------------+-----------------+
|MT-Level | Unsafe |
+---------------+-----------------+
SEE ALSO
- spray(1M), rpc_clnt_calls(3NSL), attributes(5)
+ 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,6 +112,6 @@
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)
+ April 13, 2017 SPRAY(3RPC)