Files
pcas/src/ca/caRepeater.c
Jeff Hill 542c0115c5 de-lint
1995-03-06 22:06:53 +00:00

30 lines
506 B
C

/*
* caRepeater.c
* share/src/ca/caRepeater.c
*
* CA broadcast repeater executable
*
* Author: Jeff Hill
* Date: 3-27-90
*
* PURPOSE:
* Broadcasts fan out over the LAN, but UDP does not allow
* two processes on the same machine to get the same broadcast.
* This code takes extends the broadcast model from the net to within
* the OS.
*
* NOTES:
*
* see repeater.c
*
*/
#include <iocinf.h>
main()
{
ca_repeater ();
assert (0);
return (0);
}