Projects STRLCPY tun2socks Commits 1b8e0634
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    tunnel/udp.go
    skipped 63 lines
    64 64   
    65 65   log.Infof("[UDP] %s <-> %s", metadata.SourceAddress(), metadata.DestinationAddress())
    66 66   if err = relayPacket(uc, pc, remote); err != nil {
    67  - log.Debugf("[TCP] %s <-> %s: %v", metadata.SourceAddress(), metadata.DestinationAddress(), err)
     67 + log.Debugf("[UDP] %s <-> %s: %v", metadata.SourceAddress(), metadata.DestinationAddress(), err)
    68 68   }
    69 69  }
    70 70   
    skipped 73 lines
Please wait...
Page is in error, reload to recover