• src/sbbs3/main.cpp websrvr.c

    From deuce@VERT to CVS commit on Mon Apr 13 20:21:38 2020
    src/sbbs3 main.cpp 1.781 1.782 websrvr.c 1.714 1.715
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv10588

    Modified Files:
    main.cpp websrvr.c
    Log Message:
    Check if TCP timestamps are enabled, and if they are, subtract 12 from the
    MSS for the packet size.

    Fixes problem with telnet server where large transfers were full packets followed by a 12 byte packet. Also removes hack in webserver that always assumed timestamps were enabled.

    The Win32 code has not been tested, but is assumed to work perfectly.




    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wed Mar 17 10:29:12 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/cb0a3bf5aab10ed69a76724e
    Modified Files:
    src/sbbs3/main.cpp websrvr.c
    Log Message:
    Limit sends in terminal and web servers to 8k as well.

    It fixed an issue in js_socket.c, no reason to expect better
    behaviour with TLS. This may fix SZ YModem-G transfers on
    cvs.synchro.net...

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