> 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. > 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. 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. -- 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
