You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three tracking values in Network Statistics were found to be non-functional:
"Number of packets dropped due to wrong IP length, high byte"
"Number of packets dropped due to wrong IP length, low byte"
"Number of TCP segments with a bad ACK number"
The above need to be eliminated from documentation.
While investigating excessive Broadcast packets as being a source of dysfunction in the firmware the following Network Statistics trackers were added:
"Number of packets dropped due to wrong IP length."
"Number of packets dropped since they were Broadcast packets."
"Number of packets dropped due to wrong IP dest address."
"Number of TCP segments with a bad Sequence number."
The above need to be added to documentation.
The text was updated successfully, but these errors were encountered:
Three tracking values in Network Statistics were found to be non-functional:
"Number of packets dropped due to wrong IP length, high byte"
"Number of packets dropped due to wrong IP length, low byte"
"Number of TCP segments with a bad ACK number"
The above need to be eliminated from documentation.
While investigating excessive Broadcast packets as being a source of dysfunction in the firmware the following Network Statistics trackers were added:
"Number of packets dropped due to wrong IP length."
"Number of packets dropped since they were Broadcast packets."
"Number of packets dropped due to wrong IP dest address."
"Number of TCP segments with a bad Sequence number."
The above need to be added to documentation.
The text was updated successfully, but these errors were encountered: