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

2008-08-25 Thread Jonathan Larmour
Antonio de Angelis wrote: > 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 c

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 ip addresses..

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

2008-08-25 Thread Jonathan Larmour
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 ip addresses... how can I get the ip address of a remote host that has just connected to the server? Thanks

[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 __