Hello.
I try to send and receive ethernet packets on very low level in my
kernel module.
When i change (add or delete entry) routin table (via route command) my
network is freeze for ~15 seconds and my application can't send and
receive any packets.
Is it normal or bug somewhere in my application?
Can i change this behavior of route system? Maybe change some timeouts,
or immediately flush route (rt_flush() ?) table?
Thanks.
--