-
tsunami是用于快速文件传输的UDP应用
资源介绍
构建并运行它:
go build tsunami server tsunami client tsunami help
这是 tsunami-udp 的 golang 实现:
我找到了一个很好的基于 c 的实现,但它看起来不太适合简单地添加 go 绑定:
这是带有一些伪代码的很好的描述:
这是该页面的伪代码:
**Server**
start
while(running) {
wait(new incoming client TCP connection)
fork server process:
[
check_authenticate(MD5, "kitten");
exchange settings and values with client;
while(live) {
wait(reques
- 上一篇: Optix 光线追踪引擎
- 下一篇: layered-tsunami