mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-10-29 19:21:49 +08:00
添加readv功能;给出测试数据;修订代码,注释;
toml 新增 app.noreadv项,命令行参数新增 -readv 默认readv是打开状态,可以选择性关闭。
This commit is contained in:
@@ -59,9 +59,6 @@ func (s *Server) Name() string { return Name }
|
||||
func (s *Server) CanFallback() bool {
|
||||
return false
|
||||
}
|
||||
func (s *Server) Stop() {
|
||||
// Nothing to stop or close
|
||||
}
|
||||
|
||||
//English: https://www.ietf.org/rfc/rfc1928.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user