Module: sip-router
Branch: kamailio_3.0
Commit: 1db01a26f04805a1a0846f1bb9f9f121f6a42cf7
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1db01a2…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Nov 30 12:02:37 2009 +0100
sctp: fix cfg.set_delayed* setting some config options immediately
- all the runtime cfg options that involve setting socket options
are now set using a per-child cfg callback with
CFG_CB_ONLY_ONCE and not in the value fixup function. This fixes
cfg.set_delayed* (up until now it did set these options
immediately and not after cfg.commit).
- init_max_timeo valid range fixed (from 0-1024 to 0-2^30).
(cherry picked from commit cf1ba69f5b06fda8054da75d52a1ba187f5080e8)
---
sctp_options.c | 408 +++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 272 insertions(+), 136 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=1db…