1. 27 1月, 2014 3 次提交
  2. 26 1月, 2014 1 次提交
    • Travis Cross's avatar
      Fix mod_cluechoo error on load · e30b6ff4
      Travis Cross 提交于
      mod_cluechoo needs to be linked against ncurses or we receive an error
      about undefined symbols when loading the module.  How did this ever
      work?
      
      Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>
      
      FS-5965
      e30b6ff4
  3. 25 1月, 2014 1 次提交
    • Travis Cross's avatar
      Fix broken paths and XML in conf/sbc · 8d94fa52
      Travis Cross 提交于
      Before Jay, no one must have actually tried using the example SBC
      config.
      
      Thanks-to: Jay Blinks <jaybinks@gmail.com>
      Thanks-to: Cal Leeming <cal.leeming@simplicitymedialtd.co.uk>
      
      FS-6144 --resolve
      8d94fa52
  4. 24 1月, 2014 1 次提交
  5. 23 1月, 2014 3 次提交
  6. 22 1月, 2014 7 次提交
  7. 21 1月, 2014 5 次提交
  8. 20 1月, 2014 5 次提交
  9. 18 1月, 2014 1 次提交
    • Travis Cross's avatar
      Handle Linux TCP keepalives better in Sofia · 1bf17857
      Travis Cross 提交于
      Sofia accepts a value for the TCP keepalive timeout interval via
      TPTAG_KEEPALIVE, however it fails to use this value for the Linux
      keepalive socket options TCP_KEEPIDLE and TCP_KEEPINTVL.  In fact, on
      Linux it enables the sending of TCP keepalives even if tpp_keepalive
      is set to zero which would disable Sofia's internal keepalive
      mechanisms.  Sofia then uses a hard coded value of 30 seconds for
      these keepalive intervals which affects battery life on mobile
      devices.
      
      With this commit we harmonize the sending of TCP keepalives on Linux
      with other platforms by using the value from TPTAG_KEEPALIVE and not
      enabling the sending of TCP keepalives at all if the value of the
      parameter is zero.
      
      FS-6104 --resolve
      1bf17857
  10. 17 1月, 2014 6 次提交
  11. 15 1月, 2014 1 次提交
  12. 14 1月, 2014 5 次提交
  13. 13 1月, 2014 1 次提交