Skip to content
Snippets Groups Projects
  1. Jun 04, 2015
  2. May 06, 2015
  3. May 03, 2015
  4. May 02, 2015
  5. Mar 20, 2015
  6. Mar 01, 2015
  7. Feb 28, 2015
  8. Feb 24, 2015
  9. Feb 20, 2015
  10. Feb 18, 2015
  11. Feb 13, 2015
  12. Aug 19, 2014
  13. Aug 13, 2014
  14. Jul 16, 2014
    • Matt Johnston's avatar
      Set tcp priority as follows: · da57dd13
      Matt Johnston authored
      if (connecting || ptys || x11) tos = LOWDELAY;
      else if (tcp_forwards) tos = 0;
      else tos = BULK;
      
      TCP forwards could be either lowdelay or bulk, hence the default priority.
      da57dd13
  15. Jul 09, 2014
  16. Mar 15, 2014
  17. Mar 13, 2014
  18. Feb 17, 2014
    • Matt Johnston's avatar
      Read (and enqueue) packets from interactive input even when · bf6f3f61
      Matt Johnston authored
      we're waiting for a key exchange.
      
      This should hopefully fix the situation where "~." doesn't work to terminate a
      client session when a laptop wakes up. The client will be stuck waiting for a
      key exchange on a dead connection, so won't have read the escape character
      bf6f3f61
  19. Feb 12, 2014
  20. Jan 23, 2014
  21. Nov 14, 2013
  22. Apr 14, 2013
  23. Apr 07, 2013
  24. Apr 03, 2013
  25. Apr 01, 2013
  26. Mar 31, 2013
  27. Mar 19, 2013
  28. May 09, 2012
  29. Feb 23, 2011
  30. Sep 02, 2009
  31. Mar 18, 2009
  32. Mar 02, 2009