On Thu, 26 Apr 2001, Rob Cakebread wrote:

> java.io.IOException: bad session/presentation ID

That's because you now have to send four bytes -- 00 00 00 02 -- to start
a FCP session. fwrite("\0\0\0\2", 4, 1, sock); will do.


-- 
"...you have mistaken your cowardice for common sense
 and have found comfort in that, deceiving yourselves."
Mark Roberts | [EMAIL PROTECTED]


_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to