diff --git a/code/client/handler/handler.go b/code/client/handler/handler.go index 4f35046..ad60897 100644 --- a/code/client/handler/handler.go +++ b/code/client/handler/handler.go @@ -97,6 +97,7 @@ func (h *Handler) handleConnectReq(data *network.ControlData) { rep.Ok = true rep.LocalCid = cid connectResponse(h.ctl, rep, data.GetTo(), data.GetFrom()) + go tn.ForwardLocal(h.fwd) } func (h *Handler) handleConnectRep(data *network.ControlData) {