From e4e517e9c3ba16076b231d082a179aad8e892d6c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 18 Jul 2013 18:07:43 -0400 Subject: [PATCH] Doc cleanup. --- node/Demarc.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/Demarc.hpp b/node/Demarc.hpp index e13ed0cb0..721dc0c8c 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 {