[17] in 6.033-lab
Re: Stubs + examples posted
daemon@ATHENA.MIT.EDU (Charles Coffing)
Tue Mar 25 12:09:57 1997
From: Charles Coffing <kiowa@narnia.mit.edu>
To: 6.033-lab@MIT.EDU
Cc: "Constantine P. Sapuntzakis" <csapuntz@MIT.EDU>
In-Reply-To: Your message of "Sat, 08 Mar 1997 09:25:02 EST."
<199703081425.JAA30391@playdoh.mit.edu>
Date: Tue, 25 Mar 1997 12:06:46 EST
>In addition, I have posted test client and server apps which you can use
>to test your applications. See /mit/6.033/lab/src/two. You need to
>link these files with your library. The Makefile assumes your library
>is called libmyrpc.a. No guarantess, express or implied, are made to
>whether it works or not. If you find a bug in it, forward the solution
>along.
It looks like lines 44-45 of server.c should read
if (memcmp(&buffer[1], "PING", 5))
goto err_exit;
instead of
if (!memcmp(&buffer[1], "PING", 5))
goto err_exit;
Charles L. Coffing kiowa@mit.edu http://www.mit.edu/people/kiowa/home.html