summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-13 20:37:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-13 20:37:56 +0000
commit032f5e5aa07d2fae4f4090a5f84ad41b3a4725e2 (patch)
tree0688c5e07f7c02c461f66c7ecc154cfb02924b40 /ace/SOCK_Dgram_Mcast.h
parent5efc016bc1a3f3ef4e87d0b03926c855767f3c7c (diff)
downloadATCD-032f5e5aa07d2fae4f4090a5f84ad41b3a4725e2.tar.gz
.
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ace/SOCK_Dgram_Mcast.h7
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.