An error occurred fetching the project authors.
  1. 15 May, 2019 1 commit
  2. 08 Apr, 2015 1 commit
  3. 07 Mar, 2015 1 commit
  4. 06 Mar, 2015 1 commit
  5. 20 Nov, 2013 1 commit
    • Julien Muchembled's avatar
      Disable UDP protocol by default for OpenVPN tunnels · cd653523
      Julien Muchembled authored
      UDP protocol is useless if nothing is done to prevent fragmentation.
      Otherwise, it is at best unefficient.
      
      There exist routers on the internet that filter fragmented packets with specific
      data. This is hard to debug because TCP connections hang randomly when there is
      no OpenVPN encryption.
      
      Now, only TCP is enabled by default. A second protocol should be there for
      better performance when possible, either existing UDP one (provided it is
      guaranteed there is no fragmentation) or something better (GRE ?).
      cd653523
  6. 13 May, 2013 1 commit
    • Julien Muchembled's avatar
      Abort in case of unexpected default route · eba6c762
      Julien Muchembled authored
      This is a common misconfiguration that may break internet acces for other peers.
      
      We also stop checking for child process termination when used without tunnel
      manager (i.e. with --client or --client-count=0) because it conflicts with the
      'ip route' command that is called every minute if --table=0 is used.
      Anyway, with a tunnel manager, only openvpn client are watched.
      eba6c762
  7. 07 Sep, 2012 1 commit