Re: [Libevent-users] Creating a repeater/forwarder

2013-03-09 Thread Nick Mathewson
On Sat, Mar 9, 2013 at 5:20 PM, Oliver Smith wrote: > I'm trying to create a fairly low overhead repeater process which will > accept N connections (where N is going to be relatively small, in the area > of 5-12) connections from other processes and which will forward incoming > packets from one c

[Libevent-users] Creating a repeater/forwarder

2013-03-09 Thread Oliver Smith
I'm trying to create a fairly low overhead repeater process which will accept N connections (where N is going to be relatively small, in the area of 5-12) connections from other processes and which will forward incoming packets from one connection to all of the others. conn1 --'hello'--> repeater