Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 172 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 172 Bytes

godemo

golang特性使用

https://gobyexample.com/

tcp 滑动窗口测试

tail -f stream.txt | nc localhost 3040
while true; do echo "foo" > stream.txt; done