[bme-develop] WatchNetEndpoint
Status: Planning
Brought to you by:
sirmik
|
From: Simon T. <sim...@ga...> - 2004-04-05 16:27:09
|
Hi all, I've done a bit of integration of my WatchNetEndpoint class with bme. It's shown up the fact that the protocol code (in MsnServerHandler::receive) only gets 1 byte at a time from the BNetEndpoint. I think this should be changed as it is not very efficient to keep calling the net_server like this; and it may explain some of the instability experienced by people with fast connections. What does anybody think? Also, because my WatchNetEndpoint class adds a "received" item after each call to BNetEndpoint::Receive, the current code creates a very messy-looking log: http://si-msn.port5.com/netwatch.png Simon |