Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
ea2e2736
Commit
ea2e2736
authored
Jan 06, 2017
by
Francis Dupont
Browse files
[5094] spelling
parent
3e2e9a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/asiolink/tests/tcp_acceptor_unittest.cc
View file @
ea2e2736
...
...
@@ -37,7 +37,7 @@ const long TEST_TIMEOUT = 10000;
class
SocketCallback
{
public:
/// @brief Implements callback for the asynch
o
rnous operation on the socket.
/// @brief Implements callback for the asynchr
o
nous operation on the socket.
///
/// This callback merely checks if error has occurred and reports this
/// error. It does nothing in case of success.
...
...
@@ -109,7 +109,7 @@ private:
/// @brief Holds reference to the IO service.
boost
::
asio
::
io_service
&
io_service_
;
/// @brief A socket used for the connecion.
/// @brief A socket used for the connec
t
ion.
boost
::
asio
::
ip
::
tcp
::
socket
socket_
;
};
...
...
@@ -296,7 +296,7 @@ public:
/// @brief Server endpoint.
boost
::
asio
::
ip
::
tcp
::
endpoint
asio_endpoint_
;
/// @brief asiolink server endpont (uses asio_endpoint_).
/// @brief asiolink server endpo
i
nt (uses asio_endpoint_).
TCPEndpoint
endpoint_
;
/// @brief Asynchronous timer service to detect timeouts.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment