added performance warnings for when the IP overhead eats up the entire up- or download rate limit

This commit is contained in:
Arvid Norberg
2008-10-28 06:45:42 +00:00
parent e9dd8ce050
commit 7fd2fd4732
3 changed files with 21 additions and 1 deletions

View File

@@ -4368,6 +4368,8 @@ upload or download rate performance.
{
outstanding_disk_buffer_limit_reached,
outstanding_request_limit_reached,
upload_limit_too_low,
download_limit_too_low
};
performance_warning_t warning_code;