添加secure tcp的使用说明
parent
ef03c1e8e4
commit
47b72da442
|
@ -51,4 +51,10 @@ server.Run() 服务启动
|
|||
| length[1] | length[0] | verify |
|
||||
|
||||
```
|
||||
包头格式7个字节,首个字节标识符40 41 ,然后包长度,最后是verify是包头长度的校验和
|
||||
包头格式7个字节,首个字节标识符40 41 ,然后包长度,最后是verify是包头长度的校验和
|
||||
|
||||
### secure tcp
|
||||
secure tcp提供了类似于tls,ssl的机制的安全tcp连接,流程如下</br>
|
||||
![image.png](https://www.testingcloud.club/sapi/api/image_download/692bf256-e121-11ea-bc55-525400dc6cec.png)
|
||||
|
||||
#### 服务端下发公钥的报文
|
||||
|
|
Loading…
Reference in New Issue