From 8d30d65a90fef135ae2abe773e656cc934771feb Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 21 Jan 2013 15:28:39 -0800 Subject: [PATCH] rsockets: Document polling_time configuration file Signed-off-by: Sean Hefty --- man/rsocket.7 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/rsocket.7 b/man/rsocket.7 index bc5bb106..7b49e465 100644 --- a/man/rsocket.7 +++ b/man/rsocket.7 @@ -129,6 +129,15 @@ inline_default - default size of inline data .P iomap_size - default size of remote iomapping table .P +polling_time - default number of microseconds to poll for data before waiting +.P +All configuration files should contain a single integer value. Values may +be set by issuing a command similar to the following example. +.P +echo 1000000 > /etc/rdma/rsocket/mem_default +.P If configuration files are not available, rsockets uses internal defaults. +Applications can override default values programmatically through the +rsetsockopt routine. .SH "SEE ALSO" rdma_cm(7) -- 2.41.0