mirror of
https://github.com/soypat/lneto.git
synced 2026-09-03 13:29:02 +00:00
keep working on xnet TCP
This commit is contained in:
+2
-1
@@ -111,7 +111,8 @@ func StringExchange(seg Segment, A, B State, invertDir bool) string {
|
||||
//
|
||||
// SynSent --> <SEQ=300><ACK=91>[SYN,ACK] --> SynRcvd
|
||||
func appendStringExchange(buf []byte, seg Segment, A, B State, invertDir bool) []byte {
|
||||
const emptySpaces = " "
|
||||
const emptySpaces = " "
|
||||
const spacelen = len(emptySpaces)
|
||||
const fill = len(emptySpaces) - 1
|
||||
appendVal := func(buf []byte, name string, i Value) []byte {
|
||||
buf = append(buf, '<')
|
||||
|
||||
Reference in New Issue
Block a user