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