Subj : exec/broker.js To : Git commit to main/sbbs/master From : Deucе Date : Fri Jan 31 2025 02:59 pm https://gitlab.synchro.net/main/sbbs/-/commit/86e9f99ac0330efea3bcf3ed Modified Files: exec/broker.js Log Message: Do some of that refactor Add a nextPacket() method that will get the next packet Add a Connection.parseBytes() method to consume the rx_buf Simplify Packet.newBytes() to only do socket recv() Clear RX buffer when closing socket .