ipaccess: Move the RSL delay down to 0 milliseconds.

Set the delay to zero milliseconds to send RSL messages as fast
as possible.
This commit is contained in:
Holger Hans Peter Freyther
2010-05-14 00:07:43 +08:00
parent 641b07ab73
commit 637dce99ba

View File

@@ -265,7 +265,7 @@ static int ipaccess_rcvmsg(struct e1inp_line *line, struct msgb *msg,
trx->rsl_link = e1inp_sign_link_create(e1i_ts,
E1INP_SIGN_RSL, trx,
trx->rsl_tei, 0);
trx->rsl_link->ts->sign.delay = 10;
trx->rsl_link->ts->sign.delay = 0;
/* get rid of our old temporary bfd */
memcpy(newbfd, bfd, sizeof(*newbfd));