mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
Apply new read function to UDP hub.
This commit is contained in:
parent
55e5268ce8
commit
d83a0ce5d2
@ -76,7 +76,7 @@ func (this *UDPHub) start() {
|
|||||||
oobBytes := make([]byte, 256)
|
oobBytes := make([]byte, 256)
|
||||||
for this.Running() {
|
for this.Running() {
|
||||||
buffer := alloc.NewBuffer()
|
buffer := alloc.NewBuffer()
|
||||||
nBytes, noob, _, addr, err := this.conn.ReadMsgUDP(buffer.Value, oobBytes)
|
nBytes, noob, _, addr, err := ReadUDPMsg(this.conn, buffer.Value, oobBytes)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Info("UDP|Hub: Failed to read UDP msg: ", err)
|
log.Info("UDP|Hub: Failed to read UDP msg: ", err)
|
||||||
buffer.Release()
|
buffer.Release()
|
||||||
|
Loading…
Reference in New Issue
Block a user