]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of addrinfo-af-ib
authorSean Hefty <sean.hefty@intel.com>
Fri, 31 Aug 2012 17:17:46 +0000 (10:17 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 31 Aug 2012 17:17:46 +0000 (10:17 -0700)
examples/cmatose.c
man/ucmatose.1

index 94fc4cd00d7900454ca1d9b9731260f6a72f46bf..ba4fc723827a7d30d88fa6289dd9746f81e4b4c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2006,2011 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2005-2006,2011-2012 Intel Corporation.  All rights reserved.
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
index 73477ea6dcf78e83c43bea4a8c8467792a7091d3..baf5837f657b09796bad3f70ff8aabbcd7b2523f 100644 (file)
@@ -4,10 +4,10 @@ ucmatose \- RDMA CM connection and simple ping-pong test.
 .SH SYNOPSIS
 .sp
 .nf
-\fIucmatose\fR [-s server_address] [-b bind_address] [-c connections]
-               [-C message_count] [-S message_size]
-\fIucmatose\fR -s server_address [-b bind_address] [-c connections]
-               [-C message_count] [-S message_size] [-t tos]
+\fIucmatose\fR [-s server_address] [-b bind_address] [-f address_format]
+               [-c connections] [-C message_count] [-S message_size]
+\fIucmatose\fR -s server_address [-b bind_address] [-f address_format]
+               [-c connections] [-C message_count] [-S message_size] [-t tos]
 .fi
 .SH "DESCRIPTION"
 Establishes a set of reliable RDMA connections between two nodes using the
@@ -22,6 +22,13 @@ This option must be specified by the client.
 \-b bind_address
 The local network address to bind to.
 .TP
+\-f address_format
+Specifies the format of the server and bind address.  Be default, the
+format is determined by getaddrinfo() as either being a hostname, an IPv4
+address, or an IPv6 address.  This option may be used to indicate that
+a specific address format has been provided.  Supported address_format
+values are: name, ip, ipv6, and gid.
+.TP
 \-c connections
 The number of connections to establish between the client and server.
 (default 1)