mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Update buffer usage
This commit is contained in:
parent
45a2ad9cd4
commit
ebbaadcae0
5 changed files with 6 additions and 6 deletions
2
none.go
2
none.go
|
@ -121,7 +121,7 @@ type nonePacketConn struct {
|
|||
}
|
||||
|
||||
func (c *nonePacketConn) ReadPacket(buffer *buf.Buffer) (M.Socksaddr, error) {
|
||||
_, err := buffer.ReadFrom(c)
|
||||
_, err := buffer.ReadOnceFrom(c)
|
||||
if err != nil {
|
||||
return M.Socksaddr{}, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue