about summary refs log tree commit diff stats
path: root/src/io/packetreader.nim
Commit message (Collapse)AuthorAgeFilesLines
* myaddr: backport & switch to newSeqUninitbptato2025-04-301-2/+2
|
* Refactor bufreader, bufwriterbptato2025-03-011-0/+176
This adds a runtime check to packet readers to ensure that all fds have been read, and switches to seqs for packet writers.