ice_config.patch 724 B

12345678910111213141516171819202122232425262728
  1. --- a/pjnath/include/pjnath/config.h
  2. +++ b/pjnath/include/pjnath/config.h
  3. @@ -233,3 +233,3 @@
  4. #ifndef PJ_ICE_MAX_CAND
  5. -# define PJ_ICE_MAX_CAND 16
  6. +# define PJ_ICE_MAX_CAND 256
  7. #endif
  8. @@ -243,3 +243,3 @@
  9. #ifndef PJ_ICE_ST_MAX_CAND
  10. -# define PJ_ICE_ST_MAX_CAND 8
  11. +# define PJ_ICE_ST_MAX_CAND 32
  12. #endif
  13. @@ -254,3 +254,3 @@
  14. #ifndef PJ_ICE_MAX_STUN
  15. -# define PJ_ICE_MAX_STUN 2
  16. +# define PJ_ICE_MAX_STUN 3
  17. #endif
  18. @@ -274,3 +274,3 @@
  19. #ifndef PJ_ICE_COMP_BITS
  20. -# define PJ_ICE_COMP_BITS 1
  21. +# define PJ_ICE_COMP_BITS 2
  22. #endif
  23. @@ -325,3 +325,3 @@
  24. #ifndef PJ_ICE_MAX_CHECKS
  25. -# define PJ_ICE_MAX_CHECKS 32
  26. +# define PJ_ICE_MAX_CHECKS 150
  27. #endif