proxy.golang.org : github.com/soypat/seqs
package seqs implements TCP control flow. The Transmission Control Block (TCB) is the core data structure of TCP. It stores core state of the TCP connection such as the send and receive sequence number spaces, the current state of the connection, and the pending control segment flags. All arithmetic dealing with sequence numbers must be performed modulo 2**32 which brings with it subtleties to computer modulo arithmetic.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/soypat/seqs
License: BSD-3-Clause
Latest release: over 1 year ago
First release: over 1 year ago
Namespace: github.com/soypat
Dependent packages: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago