[EMAIL PROTECTED] said:
> ust a heads up here to the UML folks in case it was missed - with the
> current code, packet delivery to UML machines using tuntap driver
> *will* mess up (stall totally or major bursts of lag) if more than 10
> packets are queued to UML at a time.
It wasn't missed. Som
Nuutti Kotivuori wrote:
> As a workaround to the problem, I've added the IFF_ONE_QUEUE option
> to all the places that open a tap device (namely tunctl, uml_net and
> uml_router). The patch is attached. But the actual problem should
> most likely be fixed once found.
Just a heads up here to the UM