Hi,
On 2023/08/10 18:07, Nick Hudson wrote:
On 10/08/2023 09:42, Kengo NAKAHARA wrote:
Hi,
Could you tell me how you test this fix for future reference?
He didn't - I did. :)
Taylor suggested running with network traffic and doing ifconfig
down/up. To generate network traffic Taylor suggested
host$ nc -l 54321 </dev/urandom >/dev/null
guest$ nc host 54321 </dev/urandom >/dev/null
and I did
for i in `jot 64`; do
ifconfig vmx0 down
sleep 1
ifconfig vmx0 up
done
Nick
I see. I want to know the traffic generator and ioctl jobs, that is
exactly what is. Thank you for your comment.
Thanks,
--
//////////////////////////////////////////////////////////////////////
Internet Initiative Japan Inc.
Device Engineering Section,
Core Product Development Department,
Network Division,
Technology Unit
Kengo NAKAHARA <k-nakah...@iij.ad.jp>