1. 12 Jan, 2012 1 commit
  2. 03 Jan, 2012 1 commit
    • Siraj Razick's avatar
      Add -no-undefined to ldflags · 7ec32a50
      Siraj Razick authored
      This ensures that all the symbols are defined during link time, and also
      without this option .dll files for windows are not produced.
      7ec32a50
  3. 20 Dec, 2011 1 commit
  4. 19 Dec, 2011 1 commit
  5. 12 Dec, 2011 1 commit
  6. 30 Nov, 2011 1 commit
  7. 28 Nov, 2011 1 commit
  8. 04 Nov, 2011 1 commit
  9. 13 Oct, 2011 3 commits
  10. 08 Sep, 2011 3 commits
  11. 30 Aug, 2011 1 commit
  12. 15 Aug, 2011 1 commit
  13. 07 Jul, 2011 1 commit
  14. 23 Jun, 2011 1 commit
  15. 24 May, 2011 2 commits
  16. 20 May, 2011 1 commit
  17. 20 Apr, 2011 1 commit
  18. 19 Apr, 2011 1 commit
  19. 31 Mar, 2011 5 commits
  20. 24 Mar, 2011 7 commits
  21. 08 Mar, 2011 2 commits
  22. 10 Feb, 2011 3 commits
    • Sjoerd Simons's avatar
      Only restart the timer once · 35f2bbc2
      Sjoerd Simons authored
      35f2bbc2
    • Sjoerd Simons's avatar
      Remove some dead code · fa23dd5a
      Sjoerd Simons authored
      fa23dd5a
    • Sjoerd Simons's avatar
      Reset the connectivity check timer when we get triggered checks · 448bbf40
      Sjoerd Simons authored
      Current nice has a race where if the remote site only punches their side
      of the NAT after we have done the maximum number of retransmissions,
      we'll never send a new connectivity check (which would be successful).
      Causing the connectiviy check to fail eventually, even though it
      shouldn't have.
      
      By resetting the conncheck timer nice will always send new stun packets
      for connectivity checks afterwards, but also sent connectivity checks
      quicker so we can establish the connection quicker.
      448bbf40