diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-13 20:37:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-13 20:37:56 +0000 |
commit | 007bb5341e6dfe6e581528ec3b6049feb947977f (patch) | |
tree | 0688c5e07f7c02c461f66c7ecc154cfb02924b40 /ace | |
parent | bc055b554faceaee80fb2aac0b202d501fd67d9d (diff) | |
download | ATCD-007bb5341e6dfe6e581528ec3b6049feb947977f.tar.gz |
.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index 2f996c185e9..2bd60cdd401 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -126,9 +126,10 @@ public: int set_option (int option, char optval); // Set an ip option that takes a char as input, such as - // <IP_MULTICAST_LOOP>. This is just a more concise nice interface - // to a subset of possible <ACE_SOCK::set_option> calls. Returns 0 - // on success, -1 on failure. + // <IP_MULTICAST_LOOP> or <IP_MULTICAST_TTL>. This is just a more + // concise nice interface to a subset of possible + // <ACE_SOCK::set_option> calls. Returns 0 on success, -1 on + // failure. void dump (void) const; // Dump the state of an object. |