Skip to content
Snippets Groups Projects
  1. Dec 15, 2015
  2. Dec 01, 2015
  3. Jun 04, 2015
  4. May 06, 2015
  5. Feb 20, 2015
  6. Feb 18, 2015
  7. Feb 14, 2015
  8. 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
  9. Feb 18, 2014
  10. Nov 14, 2013
  11. Nov 05, 2011
  12. Jul 21, 2010
  13. Feb 27, 2010
  14. Feb 25, 2010
  15. Jul 06, 2009
  16. Nov 02, 2008
  17. Dec 07, 2005
  18. Dec 05, 2005
  19. Oct 21, 2005
  20. Apr 24, 2005
  21. Jan 03, 2005
  22. Dec 22, 2004
  23. Aug 26, 2004
    • Matt Johnston's avatar
      - added circular buffering for channels · 51a74b47
      Matt Johnston authored
      - added stderr support for the client
      - cleaned up a bunch of "unused" warnings, duplicated header definitions
      - added exit-status support for the client
      
      --HG--
      extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4
      51a74b47
  24. Aug 15, 2004
  25. Aug 13, 2004
  26. Aug 12, 2004
  27. Aug 11, 2004