How to get IP-Adress of clients?

2006-02-02 Thread Bastian Bührig
Hello, my server-application is waiting for connections via BIO_do_accept(acc) If a client connects to my server-application I would like to know which IP-Adress the client has. How can I get this infomation? Thanks for your help!

RE: How to get IP-Adress of clients?

2006-02-02 Thread Mark
my server-application is waiting for connections via BIO_do_accept(acc) If a client connects to my server-application I would like to know which IP-Adress the client has. How can I get this infomation? How about BIO_get_conn_ip()? Mark

Re: How to get IP-Adress of clients?

2006-02-02 Thread Bastian Bührig
I don't understand it. I get only NULL. Nothing else. my server-application is waiting for connections via BIO_do_accept(acc) If a client connects to my server-application I would like to know which IP-Adress the client has. How can I get this infomation? How about BIO_get_conn_ip()?

Re: How to get IP-Adress of clients?

2006-02-02 Thread Dr. Stephen Henson
On Thu, Feb 02, 2006, Bastian Bhrig wrote: Hello, my server-application is waiting for connections via BIO_do_accept(acc) If a client connects to my server-application I would like to know which IP-Adress the client has. How can I get this infomation? You can get the underlying

Re: How to get IP-Adress of clients?

2006-02-02 Thread Bastian Bührig
Do you have a small example for me, please. I get nothing really useful. :( On Thu, Feb 02, 2006, Bastian Bhrig wrote: Hello, my server-application is waiting for connections via BIO_do_accept(acc) If a client connects to my server-application I would like to know which IP-Adress the