On Fri, 11 Feb 2011 07:50:46 +0100
Michael Taubert <mich...@arachnodroid.de> wrote:

> Good morning everyone,
> 
> how do I identify the port a client has been connected to?
> 
> I've got a server that is opening two ports for different purposes. When a
> client connects, I could not figure out how to identify the port, in the
> Ecore_Con_Client_Add-callback. Fortunately, the server listens on a public IP
> and on localhost, so I thought about to identify the connections through the
> ip address. But anyone got a more precise approach for this?
> 
> Thanks,
> Michael
> 
Not possible with 1.0 api, if you use svn then check out >= r56950 and use
ecore_con_client_port_get.

-- 
Mike Blumenkrantz
Zentific: NULL pointer dereferences now 50% off!

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to