sorry,
In KEIL the call order of "data_acked(s) & send_data(s)" is
1. send_data(s) 2. data_acked(s).
so, the webserver will not run normally.
so, I change the code to "send_data(s) & data_acked(s)"
and compile using KEIL, it's OK !
BR
Xiong
---------- Forwarded message ----------
From: 大维李 <[EMAIL PROTECTED]>
Date: 2006-7-17 下午3:19
Subject: bug ? the order of data_acked() vs. send_data() within uIP 1.0 ?
To: [email protected]
---------- Forwarded message ----------
From: 大维李 <[EMAIL PROTECTED]>
Date: 2006-7-17 下午3:19
Subject: bug ? the order of data_acked() vs. send_data() within uIP 1.0 ?
To: [email protected]
Dear all
searching "data_acked(s) & send_data(s)" within uIP 1.0
you will find two results
I think the order is wrong, the correct one should be:
send_data(s) & data_acked(s)
is it right ??
BR
Yee
