diff options
Diffstat (limited to 'node/Demarc.hpp')
-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 { |