[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Issue related to Tcp Server max connections
From: |
Ishmeet |
Subject: |
Re: [lwip-devel] Issue related to Tcp Server max connections |
Date: |
Thu, 27 Jun 2013 21:36:53 -0700 (PDT) |
Hello Zach Smith,
Thanks for your reply,
It seems to be working :-), I had to set the priority using
tcp_setprio(struct tcp_pcb *pcb, u8_t prio),
this sets the sockets on priority basis, having already connected sockets on
HIGH priority.
I have also found the #2 issue, it seems LwIP already had implemented
sending ARP to IP Addr outside Local network by sending arp to the router.
Thanks,
Ishmeet
--
View this message in context:
http://lwip.100.n7.nabble.com/Issue-related-to-Tcp-Server-max-connections-tp21615p21619.html
Sent from the lwip-devel mailing list archive at Nabble.com.