pub const END_RETRANSMISSIONS: usize = 3;Expand description
How many copies of the final packet to send.
RFC 4733 §2.5.1.3: the end of a tone is retransmitted so that losing one packet does not leave the far end holding a digit down forever. Three is the RFC’s number.