Fixes: 519d8d7aa965 ("librdmacm: Add command line option to specify server") Fixes: cdea72a1e7e6 ("librdmacm: Change server default address to any address.") Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> --- librdmacm/man/rdma_server.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/librdmacm/man/rdma_server.1 b/librdmacm/man/rdma_server.1 index ada25649..f83633e0 100644 --- a/librdmacm/man/rdma_server.1 +++ b/librdmacm/man/rdma_server.1 @@ -13,6 +13,10 @@ two nodes. This example is intended to provide a very simple coding example of how to use RDMA. .SH "OPTIONS" .TP +\-s server_address +Specifies the address that the rdma_server listens on. By default the +server listens on any address(0.0.0.0). +.TP \-p port Changes the port number that the server listens on. By default the server listens on port 7471. -- 2.23.0