Hi all On Jan 31, 2009, at 12:22 PM, Richard Andrews wrote:
>> I would like to report some problems: >> >> 1. >> New patch in n2n.c >> (lzo1x_decompress --> lzo1x_decompress_safe) breaks windows version >> of n2n, no data goes over tunnel. >> >> after removing _safe from n2n.c n2n works well >> again. > > OK. I'll make this platform dependent. We should find out why it > causes a problem for WIN32, but I have no Windows installs to test > with. 1. i have reverted your fix as I have tested on Win32 and it works for me. it's now in a #if #endif block just in case we need it again > > >> 2. >> Supernode newer than svn revision 3505 doesn't work >> under windows, it reports following error: >> >> C:\n2n>supernode -l 80 >> 31/Jan/2009 10:59:47 >> [ .\n2n.c: 224] ERROR: Bind error [No error] > > This is just plain weird. Can you try a different port. Privileged > ports (ie. < 1024) might be treated differently. I'm not aware of > any other complaints about this problem. Fixed. For some reason the supernode code has 'lost' the necessary winsock initialization on Win32 > > > There are no changes in the code at that revision which would lead > to the behaviour you describe. Can you isolate the most recent > revision that works for you. This means building it from source. You > can see the historical revisions of n2n here: > > http://www.ntop.org/trac/log/trunk/n2n > > Again I have no Windows capability so I cannot help much; only > provide ideas. I'm slow as you know, but I will take care of Win issues Cheers Luca > > > -- > Rich > > > Stay connected to the people that matter most with a smarter > inbox. Take a look http://au.docs.yahoo.com/mail/smarterinbox > _______________________________________________ > Ntop-dev mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
