Subj : src/vdmodem/vdmodem.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun May 29 2022 18:52:13 https://gitlab.synchro.net/main/sbbs/-/commit/a6d7c5805f6f4996c700af65 Modified Files: src/vdmodem/vdmodem.c Log Message: Resolve the socket protocol/address family issues with IPv4 vs. IPv6When listening, the address family cannot be PF_UNSPEC, so default to PF_INET (IPv4), when not specified.Not sure why we're setting ai_flags to PF_UNSPEC (copied from syncterm) - that's just 0, but otherwise the PF_ and AI_ flags are not compatible.Don't set the ai_flags to anything here since they don't seem to change the behavior. --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .