Skip to content
Snippets Groups Projects
  1. Mar 16, 2018
    • deuce's avatar
      Fixes for v1.0 mode... · f2467ce5
      deuce authored
      1) Don't reset eob counts for sent or got.
      2) Ensure M_GET is never sent in v1.0 mode.
      3) Only send one M_EOB in v1.0 mode, even if we add to the list with M_GET
      
      This should cover all the bases, but FREQ may be non-conformant.
      f2467ce5
    • deuce's avatar
      Overhaul EOB handling... just count them, and reset both to zero on non-EOB · 9ae308d1
      deuce authored
      in either direction.
      
      For v1.0, a single EOB in both directions terminates the session and for
      v1.1, two EOBs in both directions terminates.
      
      This should greatly simplify the overly complicated senteob/sentempty/goteob/
      gotempty logic and completely eliminate loops.  Biggest risk with this change
      is issues with v1.0 servers.
      9ae308d1
    • deuce's avatar
      Terminate string. · 4ac8a59a
      deuce authored
      4ac8a59a
    • deuce's avatar
      Add some temporary debug logspam. · b89f6cf3
      deuce authored
      b89f6cf3
  2. Mar 15, 2018
  3. Mar 14, 2018
Loading