mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
More logs
This commit is contained in:
parent
fe7d2d8984
commit
85311a95dd
@ -69,6 +69,7 @@ func dumpOutput(conn net.Conn, output chan<- []byte, finish *sync.Mutex, udp boo
|
|||||||
defer close(output)
|
defer close(output)
|
||||||
|
|
||||||
response, err := v2net.ReadFrom(conn)
|
response, err := v2net.ReadFrom(conn)
|
||||||
|
log.Info("Freedom receives %d bytes from %s", len(response), conn.RemoteAddr().String())
|
||||||
if len(response) > 0 {
|
if len(response) > 0 {
|
||||||
output <- response
|
output <- response
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user