On Tue, Apr 21, 2009 at 8:03 PM, Francesco Losciale <[email protected]> wrote: > Luca Dionisi ha scritto: >> >> Please, have a look at the test I attach, let me know if this behavior >> is expected with this type of usage, or else the microsock module >> needs some debug. >> >> --Luca >> >
Hi jnz_ As you told me, the problem is _data_unpack_from_stream_socket, which receives from socket something pretty different from what was being sent. Then, the struct.unpack method evaluates to a huge number. The problem is not the memory error. It is the wrong communication. So it is not solved by a netkit instance with more RAM. I'm still trying to find the very responsible piece of code. _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
