Altera_Forum
Honored Contributor
14 years agoloss of icmp packets
Hi,
I'm using iniche stack with "default" set-up ( I have not done any type of update/modification or similar). I've two thread : 1) one empty 2) second one stack standard init: alt_iniche_init();netmain();
while (!iniche_net_ready)
tk_sleep(1);
after the init (iniche_net_ready==1), I send continuous icmp request (from laptod with WinXp to target ) and observe the correct response from target but also several icmp "time-out" ( note: not message as "host unreachable") Tips on how to investigate the problem? Thanks