diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-31 21:25:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-01-31 21:25:29 +0000 |
commit | 64da30f9c2d212683a7c7d501e8cd46a806ef134 (patch) | |
tree | cd080f2f157549a7b8768e2b35de9195d13ad5d3 /ace/SOCK_Dgram_Mcast.h | |
parent | f049a450663ac6a33dc6c1493ca9ff1ce7f35f6f (diff) | |
download | ATCD-64da30f9c2d212683a7c7d501e8cd46a806ef134.tar.gz |
ChangeLogTag:Mon Jan 31 00:09:11 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Mcast.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h index 0d07e3923cd..86a959e41d5 100644 --- a/ace/SOCK_Dgram_Mcast.h +++ b/ace/SOCK_Dgram_Mcast.h @@ -59,7 +59,7 @@ public: // The <net_if> interface is hardware specific, e.g., use "netstat // -i" to find whether your interface is, such as "le0" or something // else. If net_if == 0, <subscribe> uses the default mcast - // interface. Returns: -1 on error, else 0. + // interface. Returns: -1 if the call fails. // // Note that some platforms, such as pSoS, support only number, not // names, for network interfaces. For these platforms, just give @@ -89,7 +89,7 @@ public: // The <net_if> interface is hardware specific, e.g., use "netstat // -i" to find whether your interface is, such as "le0" or something // else. If net_if == 0, <subscribe> uses the default mcast - // interface. Returns: a 0 on success or -1 on failure. + // interface. Returns: -1 if the call fails. // // Note that some platforms, such as pSoS, support only number, not // names, for network interfaces. For these platforms, just give @@ -104,7 +104,7 @@ public: // interface is hardware specific. Use something like "netstat -i" // to find whether your interface is, such as "le0" or something // else. If <net_if> == 0, <subscribe> uses the default mcast - // interface. Returns: -1 on error, else 0. + // interface. Returns: -1 if the call fails. // // Note that some platforms, such as pSoS, support only number, not // names, for network interfaces. For these platforms, just give @@ -112,8 +112,8 @@ public: // them into numbers via <ACE_OS::atoi>. int unsubscribe (void); - // Unsubscribe from a multicast group. Returns 0 on success, -1 on - // failure. + // Unsubscribe from a multicast group. Returns -1 if the call + // fails. // = Data transfer routines. ssize_t send (const void *buf, |