View Single Post
  #5 (permalink)  
Old January 14th, 2008
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

The most central classes in the last release are all the Manager classes.
They are all defined and initialized in the ManagerController class.
Every "module" in Phex has its own Manager class.

Regarding your question how Phex connects: The triggering of outgoing connections happens in the HostManager.doAutoConnectCheck() method. Incoming connection are accepted in the OIOServer class.

Please ask if you need any more guidance..
__________________
Reply With Quote