Skip to content
Snippets Groups Projects
  1. May 20, 2017
  2. May 04, 2016
  3. Apr 29, 2016
  4. Jul 11, 2016
  5. Apr 29, 2016
  6. Mar 16, 2016
  7. Nov 27, 2015
  8. Sep 29, 2015
  9. Aug 07, 2015
  10. Aug 03, 2015
  11. Jun 04, 2015
  12. May 06, 2015
  13. May 03, 2015
  14. May 02, 2015
  15. Mar 20, 2015
  16. Mar 01, 2015
  17. Feb 28, 2015
  18. Feb 24, 2015
  19. Feb 20, 2015
  20. Feb 18, 2015
  21. Feb 13, 2015
  22. Aug 19, 2014
  23. Aug 13, 2014
  24. 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
  25. Jul 09, 2014
  26. Mar 15, 2014
  27. Mar 13, 2014
  28. 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
  29. Feb 12, 2014
  30. Jan 23, 2014
  31. Nov 14, 2013