修正远端不返回数据的问题

This commit is contained in:
lwch
2021-08-02 18:56:33 +08:00
parent b0a18aed54
commit e7bc8814bf
+1
View File
@@ -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) {