search for: retransmitt

Displaying 3 results from an estimated 3 matches for "retransmitt".

Did you mean: retransmit
2007 Apr 26
1
Re: Voicemail on Different Server, Voicemail with NFS
...hen report an > I/O error to the calling program. The default is to continue > retrying NFS file operations indefinitely. > [nolock] does not use locking. > [timeo=1] redces the nfs share minor timeouts to 1 tenth of a second > [retrans=1] reduces the number of minor timeouts and retransmitts > needed to cause a major timeout. > [bg] background the re-mount operation > [intr] interupt the nfs file operation for the calling program when a > major timeout occurs > > When mounting the nfs without these options, Asterisk became > immediately unstable when the remote n...
2006 Jun 17
0
Voicemail with NFS (working, I think)
...on has a major timeout, then report an I/O error to the calling program. The default is to continue retrying NFS file operations indefinitely. [nolock] does not use locking. [timeo=1] redces the nfs share minor timeouts to 1 tenth of a second [retrans=1] reduces the number of minor timeouts and retransmitts needed to cause a major timeout. [bg] background the re-mount operation [intr] interupt the nfs file operation for the calling program when a major timeout occurs When mounting the nfs without these options, Asterisk became immediately unstable when the remote nfs dropped off-line, but also regai...
2008 Jun 14
2
PATCH: ipconfig may discard useful packets
...et_discard(). Unfortunately, there was a logic error in the return values of some functions, which caused it either to 1. Be called when a useful packet was in the queue, such as DHCPACK, and so this packet was discarded, a timeout occured and the correct address was acknowledged only by a retransmittion after a few seconds, or 2. Be called when no packets where in the queue, so packet_discard() just delayed until some new packet arrived, and this new packet was again discarded. I've seen many times ipconfig needing many seconds to configure a card (in my school we have 2 dhcp servers...