Patrick Dumais
Patrick Dumais
I've never tried without KVM enabled. one thing I see in your command is that you use -kernel. You should be using the disk image directly instead.
Yeah, I wasn't sure if there was an interest. But I think anyone running in a container would have no other real options. You can setup container host networking but...
That sounds like a good option. I'm not sure I fully understand your example, I'll have to look at the current implementation. But if I understand correctly, this would be...
Yeah, that makes sense. I'll try to take a look at this in the next weeks. Thanks.
Nice, thanks for that. I'll give it a try in the next days
I tried adding a sleep between each sendto. I can see that the packets go out but only on a few ip addresses. 8 IPs on my network. I have...
I just had to chance to test more today. When send a packet to each address in the subnet, an ARP query is sent for all addresses that don't exist...
I'd bet on asyncio instead of the kernel since I dont have this issue if using the plain socket library. Wanna wait if someone else can chime in? I can...
Can you confirm the resulting code by posting an example usage? Also, this would need to be postponed to the next major release since this will create a backward incompatibility....
Yes it will. Waiting for the next major release is preferable since we will have to change the import anyway then (since the version number is part of the imported...