]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2583] Removed comment
authorThomas Markwalder <tmark@isc.org>
Mon, 7 Nov 2022 19:53:34 +0000 (14:53 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 10 Nov 2022 19:43:23 +0000 (14:43 -0500)
src/lib/tcp/tcp_listener.h

index dfc3b35816f1af499e80cc19c4c34b7256112885..b3e6621a204d0ee0c1b55243c49173d8d2395031 100644 (file)
@@ -24,8 +24,7 @@ public:
 };
 
 /// @brief Implements a class that listens for, accepts, and manages
-/// TCP connections.  It uses a multi-threaded connection pool, such
-/// that each connection does its client's work on it's own thread.
+/// TCP connections.
 class TcpListener {
 public:
     /// @brief Idle connection timeout.