K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-06-02T17:38:45.000000Z K 7 svn:log V 506 When attempting to transmit a packet, if the system fails to allocate a mbuf, it may return without setting any timers. If no more data is scheduled to be transmitted (this was a FIN) the system will sit in LAST_ACK state forever. Thus, when mbuf allocation fails, set the retransmit timer if neither the retransmit or persist timer is already pending. Problem discovered by: Mike Silbersack (silby@silby.com) Pushed for a fix by: Bosko Milekic Reviewed by: jayanth END