No description
Find a file
Kumi eb57503871
feat: add MTU finder script for optimal network configuration
Introduced a new script to determine the optimal Maximum Transmission Unit (MTU) size for a given destination IP. The script includes a function to display usage help, checks for a mandatory destination IP argument, and calculates the optimal MTU using binary search and ping tests.

This tool assists in configuring network parameters for efficient data transmission, thereby potentially reducing packet fragmentation and improving network performance.
2024-07-13 18:34:30 +02:00
mtufinder feat: add MTU finder script for optimal network configuration 2024-07-13 18:34:30 +02:00