Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intra/ipn/wgproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ func (h *wgtun) listener(op wg.PktDir, err error) {
s = TNT
why = "TNT: could not open conn"
} else if op == wg.Rcv && timedout(err) {
s = TZZ // wirtes and reads have succeeded in the recent past
s = TZZ // writes and reads have succeeded in the recent past
why = "TZZ: read timeout"
} else {
s = TKO
Expand Down
2 changes: 1 addition & 1 deletion intra/netstat/procfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
// destination
`([a-f0-9]{8,32}):([a-f0-9]{4})\s+` +
`[a-f0-9]{2}\s+` + // st
// transfer queue, recieve queue
// transfer queue, receive queue
`[a-f0-9]{8}:[a-f0-9]{8}\s+` +
// tr tm->when
`[a-f0-9]{2}:[a-f0-9]{8}\s+` +
Expand Down
Loading