• src/ssh/TODO.md

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 28 12:55:04 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f7fb396a61146d242d0da45d
    Modified Files:
    src/ssh/TODO.md
    Log Message:
    Item 75: document ring-buffer analysis and unsolved sizing problem

    Expand the msgqueue memory amplification item with detailed analysis
    of the ring-buffer replacement approach and the fundamental sizing
    problem (0-byte messages bypass window accounting).

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Mar 30 10:39:12 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/bc3dee919fb0822dfbc8d247
    Modified Files:
    src/ssh/TODO.md
    Log Message:
    Consolidate TODO items 67, 75, 95 into 101 (channel I/O redesign)

    Item 67 (setup mailbox blocks demux): resolved by dssh_chan_accept()
    running on app's thread. Demux queues, never blocks on callbacks.

    Item 75 (msgqueue per-message malloc): resolved by eliminating the
    message queue entirely. ZC: callback into rx_packet. Stream: ring
    buffers. initial_window=0 bounds the 0-byte message flood.

    Item 95 (unify channel I/O API): subsumed by the full redesign in design-channel-io-api.md.

    All three are now part of item 101 with cross-references.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net