1. 28 Mar, 2018 1 commit
  2. 01 Feb, 2018 1 commit
  3. 06 Jan, 2018 1 commit
  4. 26 Dec, 2017 1 commit
  5. 17 Dec, 2017 1 commit
  6. 19 Nov, 2017 1 commit
  7. 17 Nov, 2017 1 commit
  8. 13 Feb, 2017 1 commit
  9. 13 Nov, 2016 1 commit
  10. 11 Oct, 2016 1 commit
  11. 17 Sep, 2016 1 commit
  12. 14 Aug, 2016 1 commit
  13. 21 Jul, 2016 1 commit
  14. 19 Jul, 2016 1 commit
  15. 17 Jul, 2016 1 commit
  16. 19 Jun, 2016 1 commit
  17. 24 May, 2016 1 commit
  18. 24 Mar, 2016 2 commits
  19. 14 Feb, 2016 1 commit
  20. 22 Jan, 2016 1 commit
    • Perette Barella's avatar
      libavformat/tcp.c : add send_buffer_size and recv_buffer_size options · 84110f4f
      Perette Barella authored
      adds two new options that may be set via the dictionary:
      
      - send_buffer_size
      - recv_buffer_size
      
      When present, setsockopt() is used with SO_SNDBUF and SO_RCVBUF to set
      socket buffer sizes.  I chose to make send and receive independent
      because buffering requirements are often asymmetric.
      
      Errors in setting the buffer size mean the socket will use its
      default, so they are ignored.
      
      There is no sanity checking on values, as the kernel/socket layers
      already impose reasonable limits if asked for something crazy.
      
      Rationale for enlarging receive buffers is to reduce susceptibility
      to intermittent network delays/congestion.  I added setting the send
      buffer for symmetry.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      84110f4f
  21. 28 Dec, 2015 1 commit
  22. 09 Sep, 2015 1 commit
  23. 08 Sep, 2015 1 commit
  24. 07 Sep, 2015 1 commit
  25. 31 Jul, 2015 1 commit
  26. 17 Jul, 2015 1 commit
  27. 06 Jun, 2015 1 commit
  28. 26 May, 2015 1 commit
  29. 11 Apr, 2015 1 commit
  30. 05 Apr, 2015 1 commit
  31. 17 Mar, 2015 1 commit
  32. 06 Mar, 2015 1 commit
  33. 05 Mar, 2015 1 commit
  34. 22 Nov, 2014 1 commit
  35. 13 Aug, 2014 1 commit
  36. 04 Aug, 2014 2 commits
  37. 20 Jul, 2014 1 commit
  38. 13 Jul, 2014 1 commit