K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-10-30T22:55:41.979845Z K 7 svn:log V 446 arge: ensure there's enough space in the TX ring before attempting to send frames. This matches the other check for space. "enough" is a misnomer, for "reasons". The biggest reason is that the TX ring is actually a circular linked list, with no head/tail pointers. This is just a bit more headroom between head/tail so we have time to schedule frames before we hit where the hardware is at. Ideally this would be tunable and a little larger. END