Skip to content

utils : [busybox] Extension of data-block size limit in traceroute command.

Padmalochan Mohapatra requested to merge bzybx-ptch into devel
Description : Current traceroute command implementation considers
        the argument given for packet length in the command line,
        a full packet including the header and payload. This fix will
        allow a value in the closed interval [0, 32768]. When a packet
        length is entered below the minimum size of a traceroute probe
        packet, it will be normalized to the minimum size.
Edited by Padmalochan Mohapatra

Merge request reports