mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Add xudp buffer test
This commit is contained in:
parent
06c9e50c52
commit
9f8e9e8e64
2 changed files with 37 additions and 1 deletions
|
@ -150,7 +150,7 @@ func (r *PacketReader) ReadMultiBuffer() (buf.MultiBuffer, error) {
|
|||
case 2:
|
||||
if l != 4 {
|
||||
b.Advance(5)
|
||||
addr, port, err := AddrParser.ReadAddressPort(nil, b)
|
||||
addr, port, err := AddrParser.ReadAddressPort(nil, b) // read addr will read all content and clear b
|
||||
if err != nil {
|
||||
b.Release()
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue