Go-Back-N ARQ scheme implemented in Python. Contribute to LeeAnteng/go-back-n development by creating an account on GitHub.
kcp-go - KCP - Fast and Reliable ARQ Protocol. kcptun - Extremely simple & fast udp tunnel based on KCP protocol. lhttp - Powerful websocket framework, build your IM server more easily. linkio - Network link speed simulation for Reader/Writer interfaces. llb - It's a very simple but qu...
kcp-go - KCP - Fast and Reliable ARQ Protocol. kcptun - Extremely simple & fast udp tunnel based on KCP protocol. lhttp - Powerful websocket framework, build your IM server more easily. linkio - Network link speed simulation for Reader/Writer interfaces. llb - It's a very simple but qu...
aGora- 一种动态类型的可以嵌入 Go 中的编程语言anko- Go 语言编写的解释器binder- Lua 接口, 基于Gopher-luagisp- Simple LISPGo-duktape- Duktape JavaScript 引擎的 Go 语言接口Go-lua- Lua 5.2 虚拟机的纯 Go 语言接口Go-php- PHP 的 Go 语言接口Go-python- CPython C-API 的 Go 语言接口Golua- Lua...
iplib 受python ipaddress和ruby ipaddr启发而使用IP地址(net.IP,net.IPNet)的库 jazigo Jazigo是用Go语言编写的工具,用于检索多个网络设备的配置。 kcp-go KCP-快速可靠的ARQ协议。 kcptun 基于KCP协议的极其简单和快速的udp隧道。 lhttp 强大的websocket框架,可更轻松地构建IM服务器。 linkio 用于读取器/写入...
iplib : 用于处理IP地址的库 (net.IP, net.IPNet),灵感来自python ipaddress和ruby ipaddr。 jazigo : Jazigo是一个用Go编写的工具,用于检索多个网络设备的配置。 kcp-go : KCP - 快速可靠的ARQ协议。 kcptun : 基于KCP协议的极其简单和快速的udp隧道。 lhttp : 强大的websocket框架,让您更轻松地建立IM服...
If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!
go-colortext - Go library for color output in terminals. go-isatty - isatty for golang. go-prompt - Library for building a powerful interactive prompt, inspired by python-prompt-toolkit. gocui - Minimalist Go library aimed at creating Console User Interfaces. gommon/color - Style terminal tex...
cosmos-sdk - A Framework for Building Public Blockchains in the Cosmos Ecosystem. go-ethereum - Official Go implementation of the Ethereum protocol. gossamer - A Go implementation of the Polkadot Host. ...
In Go-Back-N ARQ,Nis the sender's window size. Suppose we say that Go-Back-3, which means that the three frames can be sent at a time before expecting the acknowledgment from the receiver. It uses the principle of protocol pipelining in which the multiple frames can be sent before rece...