diff --git a/src/protocols/base.hpp b/src/protocols/base.hpp index e65f0c941a8c18463b8b521dbeb5f5cda9755d66..75d75f86bb4434f9aedb1aa0f0e43dae12b0ef8a 100644 --- a/src/protocols/base.hpp +++ b/src/protocols/base.hpp @@ -18,8 +18,6 @@ User namespace Protocols { // Outbound holds the senderId=>nextHopFd mapping. // senderId is "$ip@$port", for example, `fe80:8100::1@1080`. - // Misc protocol may use duplicateSenderId to work on port migration. - // Any listener may use removeSenderId to disconnect a sender. // Note: this interface works for both TCP and UDP. struct BaseOutbound : rlib::noncopyable { BaseOutbound(string outboundConfig) {