document everything

This commit is contained in:
soypat
2025-05-13 23:49:13 -03:00
parent 411d1b3c28
commit c94337317f
3 changed files with 56 additions and 4 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ func (flags Flags) AppendFormat(b []byte) []byte {
return b
}
// State enumerates states a TCP connection progresses through during its lifetime.
// State enumerates states a TCP connection progresses through during its lifetime as per RFC9293.
type State uint8
const (