mirror of https://github.com/v2ray/v2ray-core
optimize readv on windows
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