[pypy-svn] r28544 - pypy/dist/pypy/translator/js2/proxy/testme

ericvrp at codespeak.net ericvrp at codespeak.net
Thu Jun 8 17:45:39 CEST 2006


Author: ericvrp
Date: Thu Jun  8 17:45:37 2006
New Revision: 28544

Modified:
   pypy/dist/pypy/translator/js2/proxy/testme/controllers.py
Log:
just a tiny note about BnB messages


Modified: pypy/dist/pypy/translator/js2/proxy/testme/controllers.py
==============================================================================
--- pypy/dist/pypy/translator/js2/proxy/testme/controllers.py	(original)
+++ pypy/dist/pypy/translator/js2/proxy/testme/controllers.py	Thu Jun  8 17:45:37 2006
@@ -45,6 +45,10 @@
         region.save(icon_filename)
         print 'SAVED:', icon_filename
 
+    #note: we should add the feature that we can ignore/replace messages with
+    #      other messages. This is mostly important to avoid sending all the
+    #      pixel data to the client which it can not use in this format anyway.
+
     MESSAGES = {
         MSG_BROADCAST_PORT : broadcast_port,
         MSG_PING           : ping,



More information about the Pypy-commit mailing list