[10] in 6.033-lab
Stubs + examples posted
daemon@ATHENA.MIT.EDU (Constantine P. Sapuntzakis)
Sat Mar 8 09:24:20 1997
To: 6.033-lab@MIT.EDU
Date: Sat, 08 Mar 1997 09:25:02 EST
From: "Constantine P. Sapuntzakis" <csapuntz@MIT.EDU>
The examples we covered in recitation (a week ago) are now available off
of the 6.033 web page.
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.
The stub programs assume you have created functions
void set_packet_lossage(int pct_loss);
void set_packet_duplication(int pct_dup);
which let you set the degree of network hosage.
-Costa
csapuntz@mit.edu