Subj : src/sbbs3/main.cpp To : Git commit to main/sbbs/master From : Rob Swindell (in GitKraken) Date : Sun Mar 12 2023 06:21 pm https://gitlab.synchro.net/main/sbbs/-/commit/9eeb09f19514e1ccf10d85eb Modified Files: src/sbbs3/main.cpp Log Message: Fix PETSCII 40/80 column port connections for IPv6 The connected TCP port detection method only worked for IPv4, so automatically detecting a CBM/PETSCII connection over IPv6 didn't work. Thanks to Deuce's xp_sockaddr and helper functions, this was an easy change. .