VirtualBox

Opened 15 years ago

Closed 15 years ago

#3875 closed defect (invalid)

NAT: SendQueue is too small

Reported by: Michael Hamer Owned by:
Component: network/NAT Version: VirtualBox 2.2.0
Keywords: Cc:
Guest type: Windows Host type: Windows

Description

When the guest produces heavy network traffic, the log file shows several errors of this kind: 02:14:52.307 NAT: 64 messages suppressed about dropping package (couldn't allocate queue item)

This suggest that the size of the queue is too small for heavy traffic. The queue is currently allocated to 50 entries in line 821 of root/trunk/src/VBox/Devices/Network/DrvNAT.cpp

I'd suggest to double the size of the queue or, even better, to make it configurable.

Change History (2)

comment:1 by Frank Mehnert, 15 years ago

Do you get messages about dropped network packets?

comment:2 by vasily Levchenko, 15 years ago

Resolution: invalid
Status: newclosed

Allocating too many packets and late sending will cause too many retransmissions that will dramatically decrease network throughput.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use