Thanks again for the information. Now I want to modify the selfserv.c
to show the message sent in from the client-side...

I tried to achieve this by inserting a PR_Read(listen_sock, Buffer ,
Buffersize) after PR_Accept on line 1239 in selfserv.c and then using
an FPRINTF to print the contents of buffer onto the console...

But PR_Read returned an error -5978 and now I'm helpless...!!!

Also, on the second iteration of the while loop, PR_Accept does not
return untill the client disconnects, so I cannot access the contents
of the message buffer for subsequent messages sent by the client even
if PR_Read returned properly. Any suggestions to get around the
problem?

I also tried running tstclnt in debug mode synchronously with
selfserv.exe but it is showing DLL load error despite the fact that I
have put the dlls at the right place...

Kindly help.

Warm Regards,
D3|\||\|!$
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to