Dear Colin,
  I wonder  if i have the same problem (Adding new entry in timeout 
table....How?) 
  I am trying to run the UDP server in Xilinx Spartan 3E Starter Kit.
  I had run the Build Project on the XPS EDK8.2i. It shows the following 
timeval Errors:
   
  At Local date and time: Wed Mar 21 00:23:01 2007
 xbash -q -c "cd /cygdrive/d/EDK8.2i/EDKexamples/sp3e1600e_mb_webserver/; 
/usr/bin/make -f system.make UDPServer_program; exit;" started...
mb-gcc -O2 UDPServer/udp.c  -o UDPServer/executable.elf \
-mcpu=v4.00.b     -Wl,-T -Wl,UDPServer/UDPServer_linker_script.ld  -g    
-I./microblaze_0/include/  -L./microblaze_0/lib/  \
  
  In file included from UDPServer/udp.c:94:
./microblaze_0/include/lwip/sockets.h:214: error: redefinition of `struct 
timeval'
  make: *** [UDPServer/executable.elf] Error 1
  Done!

  Yours sincerely,
  Jian Rong
  

[EMAIL PROTECTED] wrote:
  Send lwip-users mailing list submissions to
[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.nongnu.org/mailman/listinfo/lwip-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lwip-users digest..."


Today's Topics:

1. Adding more applications and protocols (Colin Stanley)
2. RE : [lwip-users] Adding more applications and protocols
(Fr?d?ric BERNON)
3. When the TCP_MSG have been exhausted, it could not be
recovered. (geckook Xu)


----------------------------------------------------------------------

Message: 1
Date: Mon, 19 Mar 2007 12:29:44 -0700
From: "Colin Stanley" 
Subject: [lwip-users] Adding more applications and protocols
To: 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"



I have the HTTP web server working well under Freertos and the SAM7X.

My question; what is the correct way to add additional protocols (UDP) and
apps (TFTP), and additional HTTP connections

Should I create additional tasks using the FREERTOS calls for "xTaskCreate",

or create them using the "sys_thread_new" functions within sys_arch. This
will add an entry to the timeout table.



A point in the right direction will help 

Thanks



Colin



-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.gnu.org/pipermail/lwip-users/attachments/20070319/7d0ecb6c/attachment.html

------------------------------

Message: 2
Date: Tue, 20 Mar 2007 10:34:23 +0100
From: Fr?d?ric BERNON 
Subject: RE : [lwip-users] Adding more applications and protocols
To: , "Mailing list for lwIP users"

Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Skipped content of type multipart/related-------------- next part --------------
A non-text attachment was scrubbed...
Name: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Type: text/x-vcard
Size: 589 bytes
Desc: =?iso-8859-1?Q?Fr=E9d=E9ric_BERNON=2Evcf?=
Url : 
http://lists.gnu.org/pipermail/lwip-users/attachments/20070320/788ca3aa/iso-8859-1QFrE9dE9ric_BERNON2Evcf.vcf

------------------------------

Message: 3
Date: Tue, 20 Mar 2007 18:09:37 +0800
From: "geckook Xu" 
Subject: [lwip-users] When the TCP_MSG have been exhausted, it could
not be recovered.
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

When the tcp_pcb have been exhausted,will meet the problem listed below.
Assertion "tcp_input: active pcb->state != CLOSED" at line 170 in tcp_in.c
below code is locate in tcp_in.c lines 602
pcb->state = CLOSED;

There are the only reason which make assert "tcp_input: active
pcb->state != CLOSED".

Why assert here? or what's reason will lead to the assertion?

There are still anothe problem when the tcp_pcb have been exhausted:
I set TCP_MSG to 255, and when the tcp_pcb are exhausted, it will be
exhausted too.
once TCP_MSG have been exhausted,then TCP_MSG values would not be recovered.
What should I do now?




------------------------------

_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

End of lwip-users Digest, Vol 43, Issue 32
******************************************



    Yours sincerely,
  Jian Rong @ Makoto
  http://www.amtfpureland.com.cn/
  http://buddha.goodweb.cn/music/music1.htm
   
   



 
---------------------------------
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to