about summary refs log tree commit diff stats
path: root/src/io/packetwriter.nim
Commit message (Collapse)AuthorAgeFilesLines
* myaddr: backport & switch to newSeqUninitbptato2025-04-301-1/+1
|
* loader: asyncify inputhandle status responsesbptato2025-03-051-10/+11
| | | | | | I've also removed the rsBeforeStatus error check from iclose. I'm not sure if it's still needed at all, but if it is, then it was implemented in the wrong place.
* Refactor bufreader, bufwriterbptato2025-03-011-0/+148
This adds a runtime check to packet readers to ensure that all fds have been read, and switches to seqs for packet writers.