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