1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 21:36:13 -04:00

optimize readv on windows

This commit is contained in:
Darien Raymond 2018-07-27 23:40:12 +02:00
parent f99fb3d87d
commit c15184d904
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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")
}