diff options
author | Nay <dnpd.dd@gmail.com> | 2012-09-17 23:50:08 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-17 23:50:08 +0100 |
commit | 23961d0dce22e234e62f116469f04bb62d8986a7 (patch) | |
tree | ab271f0a3fffa8f21f9ac7fd669f457beb9eb356 /dep/acelite/ace/Ping_Socket.h | |
parent | 2431895a54b38e4c0e6444c740ff2298e31e26e2 (diff) | |
parent | 2e21fa6b925c4572d620248f1b149a5d652836b2 (diff) |
Merge remote-tracking branch 'origin/master' into mmaps
Diffstat (limited to 'dep/acelite/ace/Ping_Socket.h')
-rw-r--r-- | dep/acelite/ace/Ping_Socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/acelite/ace/Ping_Socket.h b/dep/acelite/ace/Ping_Socket.h index 213f37fbd47..b063681ddce 100644 --- a/dep/acelite/ace/Ping_Socket.h +++ b/dep/acelite/ace/Ping_Socket.h @@ -4,7 +4,7 @@ /** * @file Ping_Socket.h * - * $Id: Ping_Socket.h 81737 2008-05-20 09:46:39Z johnnyw $ + * $Id: Ping_Socket.h 93597 2011-03-21 12:54:52Z johnnyw $ * * @author Robert S. Iakobashvili <coroberti@gmail.com> <coroberti@walla.co.il> * @author Gonzalo A. Diethelm <gonzalo.diethelm@aditiva.com> @@ -60,7 +60,7 @@ public: int protocol = IPPROTO_ICMP, int reuse_addr = 0); - /// @a toConnect = 1 - makes connect to remote address + /// @a to_connect = true - makes connect to remote address int send_echo_check (ACE_INET_Addr & remote_addr, bool to_connect = false); @@ -68,7 +68,7 @@ public: /// sending @c ICMP_ECHO. int process_incoming_dgram (char * ptr, ssize_t len); - /// @a toConnect = 1 - makes connect to remote address + /// @a to_connect = true - makes connect to remote address int make_echo_check (ACE_INET_Addr & remote_addr, bool to_connect = false, ACE_Time_Value const * timeout = &time_default_); |