[Chilli] ignore streams

Jed Gainer jedgainer at gmail.com
Sat Mar 23 05:51:32 UTC 2013


I am letting my users stream TV and don't want it to add to their
bandwidth usage.

Will the below stop connections to 10.1.0.1:8800 from counting?

  /* If the ip src is uamlisten and psrc is uamport
     we won't call leaky_bucket */
  if ( ! (ipph->saddr  == _options.uamlisten.s_addr &&
          (ipph->sport == htons(_options.uamport)
#ifdef ENABLE_UAMUIPORT
           || ipph->sport == htons(_options.uamuiport)
#endif
           || ipph->sport == htons(8800)
           ))) {
    if (chilli_acct_tosub(appconn, ipph))
      return 0;
  }


More information about the Chilli mailing list