mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-10-06 09:17:25 +08:00
修订代码,注释,文档
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Package utils provides utils that needed by all packages of verysimle
|
||||
// Package utils provides utils that needed by all sub-packages in verysimle
|
||||
package utils
|
||||
|
||||
//具体实现见 readv_*.go
|
||||
//具体实现见 readv_*.go; 用 GetReadVReader() 函数来获取本平台的对应实现。
|
||||
type MultiReader interface {
|
||||
Init([][]byte)
|
||||
Read(fd uintptr) int32
|
||||
|
Reference in New Issue
Block a user