la la la la

Eddie Kohler eddietwo at cag.lcs.mit.edu
Fri Mar 5 13:59:55 EST 1999


in ipb2land, i've checked in a makefile and timed sources & sinks. thus we
now have all the parts that could build a silly little system. (but not yet
an actual silly little system)

Here is an approximation of the story.

1. You create a bunch of Factions with `new factionname(args)'

2. You hook them together with
`faction->set_connection(destination_faction, port_number_on_dest_faction)'
(the port number will usually be 0)

3. A subset of these Factions are head factions; you call
`faction->ready()' on them repeatedly; when that returns true, you call
`faction->go()'

As for the various push & pull methods, check the code

love,
ed



More information about the click mailing list