diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-18 18:07:43 -0400 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-18 18:07:43 -0400 |
commit | e4e517e9c3ba16076b231d082a179aad8e892d6c (patch) | |
tree | be8ffe7bd9d6cb23a4dc8b82281ff301d795f486 | |
parent | 5f4eb1ebc60abdd762bc77ef5b1120fe528ccc8f (diff) | |
download | infinitytier-e4e517e9c3ba16076b231d082a179aad8e892d6c.tar.gz infinitytier-e4e517e9c3ba16076b231d082a179aad8e892d6c.zip |
Doc cleanup.
-rw-r--r-- | node/Demarc.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/Demarc.hpp b/node/Demarc.hpp index e13ed0cb..721dc0c8 100644 --- a/node/Demarc.hpp +++ b/node/Demarc.hpp @@ -49,6 +49,9 @@ class UdpSocket; * about what they actually are. * * All ports are closed when this class is destroyed. + * + * Its name "demarcation point" comes from the telco/cable terminology for + * the box where wires terminate at a customer's property. */ class Demarc { |