mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
optimize readv on windows
This commit is contained in:
parent
f99fb3d87d
commit
c15184d904
@ -7,8 +7,8 @@ import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
var useReadv = false
|
||||
const useReadv = false
|
||||
|
||||
func NewReadVReader(reader io.Reader, rawConn syscall.RawConn) Reader {
|
||||
return nil
|
||||
panic("Shoud not happen")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user