mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-06-13 16:43:09 +00:00
Typo
This commit is contained in:
@@ -171,7 +171,7 @@ func (s *Server) processTCP(ctx context.Context, conn stat.Connection, dispatche
|
||||
go func() {
|
||||
errCh <- s.handleUDPPayload(ctx, tempUDPConn, dispatcher)
|
||||
}()
|
||||
// Asociate TCP keeps the UDP alive
|
||||
// Associated TCP keeps the UDP alive
|
||||
// Close UDP if TCP connection is closed
|
||||
// Or Close TCP if UDP is idle timeout
|
||||
io.Copy(buf.DiscardBytes, conn)
|
||||
|
||||
Reference in New Issue
Block a user