package
Version:
v0.0.0-...-83af506
Opens a new window with list of versions in this module.
Published: Dec 24, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
协议设计
request
|0000 0000|0000 0000|0000 0000|0000 0000|0000 0000|0000 0000|--------|0000 0000|0000 0000|------------|
|--------length-----|----op---| 保留 |-------------------|key data|------value len----| value data |
key长度
response
|0000 0000|0000 0000|0000 0000|0000 0000|0000 0000|0000 0000|--------|0000 0000|0000 0000|------------|
|--------length-----|----op---| 保留 |----keylen -----|key data|------value len----| value data |
或者 err 长度 err
req op 和 http 保留一致
0 保留
1 Get
2 PUT
3 Del
resp op
0 保留
1 成功
2 没有找到
3 服务器返回指定ip
Documentation
¶
View Source
const (
MIN_MSG_LEN int = 4
MAX_MSG_LEN int = 4096
MSG_HEAD_LEN int = 2
OP_LEN int = 1
RETAIN_LEN = 1
KEY_HEAD_LEN int = 2
VALUE_HEAD_LEN int = 2
)
func NewQuicStream(stream quic.Stream) Socker
Source Files
¶
Click to show internal directories.
Click to hide internal directories.