Skip to content
Snippets Groups Projects
Unverified Commit 1931f51f authored by Bensong Liu's avatar Bensong Liu
Browse files

remove some outdated comments

parent c107f2e5
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment