AmendHub

Download:

jcs

/

subtext

/

amendments

/

491

session: Increase obuf a tad


jcs made amendment 491 12 months ago
--- session.h Mon Apr 10 17:59:00 2023 +++ session.h Wed Apr 26 10:02:46 2023 @@ -69,7 +69,7 @@ struct session_log { struct session { char node[16]; char via[16]; - unsigned char obuf[512]; + unsigned char obuf[768]; unsigned long obuf_canary; unsigned char ibuf[512]; unsigned long ibuf_canary; @@ -94,8 +94,9 @@ struct session { bool vt100; bool vt52; bool color; - bool transferring_file; + bool direct_output; bool is_telnet; + bool can_nomodem; char chatting_with_node[16]; char chat_username[DB_USERNAME_LENGTH + 1]; bool chatting;