|
2 | 2 | Open Broadband-UDP Speed Test (OB-UDPST) is a client/server software utility to |
3 | 3 | demonstrate one approach of doing IP capacity measurements as described by: |
4 | 4 |
|
5 | | -- Broadband Forum TR-471 Issue 3 (12/2022): _Maximum IP-Layer Capacity Metric, |
| 5 | +- Broadband Forum TR-471 Issue 4 (2024): _Maximum IP-Layer Capacity Metric, |
6 | 6 | Related Metrics, and Measurements_, BBF TR-471, |
7 | 7 | https://www.broadband-forum.org/technical/download/TR-471.pdf |
8 | 8 |
|
@@ -734,7 +734,7 @@ receiver's clock). |
734 | 734 | - OWD : The one-way delay of the datagram if the sender's and receiver's clocks |
735 | 735 | are sufficiently synchronized, else it merely reflects the difference in the |
736 | 736 | clocks (and could be negative). This value is in milliseconds. |
737 | | -- IntfMbps : The interface Mbps when the `-E intf` option is used on the client. |
| 737 | +- IntfMbps : The client interface Mbps when the `-E intf` option is used. |
738 | 738 | - RTTTxTime : The transmit timestamp used for RTT (Round-Trip Time) |
739 | 739 | measurements and carried from the load receiver to the load sender in the |
740 | 740 | periodic status feedback messages. |
@@ -826,7 +826,7 @@ UDP checksum is being utilized.* |
826 | 826 | Independent of whether the header checksum is enabled as an additional PDU |
827 | 827 | integrity check (beyond size, format, etc.), new output messaging is displayed |
828 | 828 | when an invalid PDU is received. A bad PDU during the control phase (whether a |
829 | | -corrupted PDU or a rogue UDP datagram) will generate an ALERT and a bad PDU |
| 829 | +corrupted PDU or a rogue UDP datagram) will generate an ALERT while a bad PDU |
830 | 830 | during the data phase will generate a WARNING (and result in a warning exit |
831 | 831 | status and JSON ErrorStatus). In cases where the udpst control port on the |
832 | 832 | server is exposed to the open Internet, and verbose is enabled, this may result |
|
0 commit comments