Few more corrections in same page:

1.1.3. DNS Failover

Incorrect:
A failure occures if the coresponding interface was found for sending the request, if the TCP connection was refused ot if a geenric internal error happend during send. There is no ICMP error report support.
Correct:
A failure occurs if the corresponding interface was found for sending the request, if the TCP connection was refused or if a generic internal error happened during send. There is no ICMP error report support.

Thanks,
Ruchir


-----Original Message-----
From: Ruchir Brahmbhatt <ruchir.brahmbhatt@ecosmob.com>
Reply-To: ruchir.brahmbhatt@ecosmob.com
To: Openser users mailing list <users@lists.openser.org>
Subject: Correction in documentation of tm module(version 1.2.X)
Date: Wed, 28 May 2008 00:41:56 +0530

Hi,

The following sentence in section 1.4.8. t_flush_flags() of tm module documentation(version 1.2.X) has several spelling mistakes.

Incorrect
Flush the flags from current request into the already created transaction. It make sens only in routing block if the trnasaction was created via t_newtran() and the flags have been altered since.

Correct
Flush the flags from current request into the already created transaction. It make sense only in routing block if the transaction was created via t_newtran() and the flags have been altered since.

Thanks,
Ruchir