mirror of
https://github.com/soypat/lneto.git
synced 2026-08-19 22:24:03 +00:00
rephrase tcp.Value methods; add Ring.FreeLimited; work on TxQueue
This commit is contained in:
@@ -23,6 +23,7 @@ func TestTxQueueWrite(t *testing.T) {
|
||||
} else if n != len(buf) {
|
||||
t.Fatalf("want %d written, got %d", len(buf), n)
|
||||
}
|
||||
|
||||
n, err = rtx.MakePacket(data[:])
|
||||
if err != nil {
|
||||
t.Fatalf("making packet %d: %s", i, err)
|
||||
|
||||
Reference in New Issue
Block a user