diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2016-09-19 22:43:27 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2016-09-19 22:43:27 +0200 |
commit | 9558de5162a142ab85c048f0b2ca74e5c1013a87 (patch) | |
tree | 22b826a241f2d9d38bfe6ecbea91802a27f5c41e /src/lib/util/io | |
parent | [master] Added ChangeLog and updated AUTHORS for github #30. (diff) | |
download | kea-9558de5162a142ab85c048f0b2ca74e5c1013a87.tar.xz kea-9558de5162a142ab85c048f0b2ca74e5c1013a87.zip |
[4299] General Developer's guide refresh.
Diffstat (limited to 'src/lib/util/io')
-rw-r--r-- | src/lib/util/io/socketsession.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/util/io/socketsession.h b/src/lib/util/io/socketsession.h index 00415d15ed..52e33de64d 100644 --- a/src/lib/util/io/socketsession.h +++ b/src/lib/util/io/socketsession.h @@ -21,6 +21,10 @@ namespace io { /// \page SocketSessionUtility Socket session utility /// +/// \note This class is currently unused. Once we get to the implementation +/// of the remote parts of the management API, we will evaluate whether +/// this code is useful or not and either start using it or remove it. +/// /// This utility defines a set of classes that support forwarding a /// "socket session" from one process to another. A socket session is a /// conceptual tuple of the following elements: |