_  _    __    ___  __    ___  _____  _  _
 ( \( )  /__\  / __)(  )  / __)(  _  )( \( )
  )  (  /(__)\( (__  )(__( (__  )(_)(  )  (
 (_)\_)(__)(__)\___)(____)\___)(_____)(_)\_)

The History of Hacking  ·  May 31 – June 2, 2026  ·  Carolina Beach, NC

  • 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