Re: [lwip-users] How to get the ip address of the remote host in a connection

2008-08-25 Thread Antonio de Angelis
In data 25 agosto 2008 alle ore 22:57:43, Jonathan Larmour <[EMAIL PROTECTED]> ha scritto: Antonio de Angelis wrote: Hi all, I've built a simple server application for the Win32 port. But now I want to implement a simple mechanism to refuse incoming connections from certain i

[lwip-users] How to get the ip address of the remote host in a connection

2008-08-25 Thread Antonio de Angelis
Hi all, I've built a simple server application for the Win32 port. But now I want to implement a simple mechanism to refuse incoming connections from certain ip addresses... how can I get the ip address of a remote host that has just connected to the server? Thanks __

Re: [lwip-users] Refusing an incoming connection on a listening port

2008-08-20 Thread Antonio de Angelis
In data 20 agosto 2008 alle ore 13:12:07, Jonathan Larmour <[EMAIL PROTECTED]> ha scritto: Antonio de Angelis wrote: Hi all, I am working with the Win32 port. My question is, when i create a listening server on a specific port, how can I refuse an incoming connection on that por

[lwip-users] Refusing an incoming connection on a listening port

2008-08-20 Thread Antonio de Angelis
case that there are too much active connections on the server. Thank you Antonio de Angelis ___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] How to build a simple TCP [...]

2008-07-10 Thread Antonio de Angelis
same MAC address but I don't know how to fix this issue... thank you and thanks to Kieran and Bill, all of your mails help me very much understanding the problem!!! :-) Antonio de Angelis -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di [EMAIL

Re: [lwip-users] How to build a simple TCP [...]

2008-07-09 Thread Antonio de Angelis
UPDATE: I've tried to put the server process on a different machine on my home network, and it seems to work. But I want to make it work on the same machine... I attach the wireshark dump of the communication... is it working in the exact way? Antonio de Angelis [EMAIL PROTECTED] ha sc

Re: [lwip-users] How to build a simple TCP [...]

2008-07-09 Thread Antonio de Angelis
SYN SENT... Please can someone help me? Thank you! :-) Antonio de Angelis [EMAIL PROTECTED] ha scritto: Antonio de Angelis wrote: [lengthy post...] First of all, your mail is very difficult to read if you mix such long code passages with the actual questions you want to ask. Chances you get a respo

[lwip-users] How to build a simple TCP server and client which run on the same machine

2008-07-08 Thread Antonio de Angelis
update (and timers if NO_SYS) */ while (!_kbhit()) { /* handle timers (already done in tcpip.c when NO_SYS=0) */ timers_update(); /* check for packets and link status*/ ethernetif_poll(&netif); /* check for loopback packets on all netifs */ netif_poll_all(); } /* release the pcap library... */ ethernetif_shutdown(&netif); } int main(void) { /* no stdio-buffering, please! */ setvbuf(stdout, NULL,_IONBF, 0); main_loop(); return 0; } I hope that someone can help me, I don't know why the communication doesn't work, I can't understand! Thank you Bye! Antonio de Angelis ___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

Re : RE : [lwip-users] How to begin using lwIP stack

2008-07-02 Thread Antonio de Angelis
ser à l'environnement -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Antonio de Angelis Envoyé : lundi 30 juin 2008 23:58 À : lwip-users@nongnu.org Objet : [lwip-users] How to begin using lwIP stack Hi All, I'm a new user of lwIP, i hav

[lwip-users] How to begin using lwIP stack

2008-06-30 Thread Antonio de Angelis
what headed files to include, what libraries to link...etc.). Sorry but i'm not expert in network programming and I want to learn how to use the lwIP stack! Regards Antonio de Angelis ___ lwip-users mailing list lwip-users@nongnu.org http://lists.no