Skip to content
Snippets Groups Projects
  1. Nov 27, 2020
  2. Aug 27, 2020
    • Nick Laurenson's avatar
      refactor Speed up stream test · fd2a21a0
      Nick Laurenson authored
      On windows the tests were taking minutes instead of seconds. This is because
      it's not possible to sleep for a short period of time on this OS.
      
      Until now the tests were only trying to respect the time interval between two
      consecutive packets. A packet was send, a sleep was done, etc... But a thread can't
      sleep for an exact period of time. It can only sleep for a minimum period of time.
      As a result the pcap was send slower than expected on every OS.
      
      After this commit, the tests are only trying to respect the time interval between
      the first and the current packets. A sleep is done when the packets are in advance,
      otherwise the packet are just send one after each other.
      fd2a21a0
  3. Nov 27, 2019
  4. Nov 25, 2019
  5. Nov 21, 2019
  6. Apr 23, 2019
  7. Nov 19, 2018
  8. Nov 16, 2018
  9. Oct 19, 2018
  10. Jun 29, 2017
  11. Jan 24, 2017
  12. Jan 03, 2017
  13. Dec 15, 2016
  14. Oct 27, 2016
  15. Oct 19, 2016
  16. Oct 18, 2016
  17. Oct 17, 2016
  18. Feb 12, 2015
  19. Jan 19, 2015
  20. Nov 25, 2014
  21. Nov 17, 2014
  22. Nov 12, 2014
  23. Aug 13, 2013
  24. Apr 10, 2013
  25. Feb 27, 2013
Loading