Re: [bme-develop] Commited code
Status: Planning
Brought to you by:
sirmik
|
From: Simon T. <sim...@ga...> - 2004-04-04 07:37:29
|
> Hello, > > Just to let you know I have commited some changes to the cvs > repository. > Added the Common namespace. > Changes to handle P2P messages. Cool. > Simon how is the BNetEndpoint logger class going?. I would like to > have > it to debug my P2P replys. Right now every time I send a P2P message > my > chatting session is disconnected, I might be sending wrong stuff. I > would be great if the view would log in hex format also, to be able > to > view the binary information of P2P messages. I am getting to the stage of integrating it. It seems to work for the DS handler, but no windows get created for the other BNetEndpoints. I couldn't really see where they were created though (I think they were not done with "new", which may be a problem). Is the P2P stuff sent as simple binary data then? Hmm, I can't think how to detect what is ASCII and what is binary - any ideas? > Regards, > > Daniel Simon |