Re: [Libevent-users] Unable to construct simple socket client with bufferevent

2010-03-31 Thread Nick Mathewson
On Wed, Mar 31, 2010 at 11:53 AM, Anomit Ghosh wrote: > I'm basically trying to a write a very simple echo server/client > combination, just for trying out libevent. The server doesn't use > libevent's bufferevent, but the client does. > > Code for server: http://codepad.org/nP0KsfPY > Code for cl

[Libevent-users] Unable to construct simple socket client with bufferevent

2010-03-31 Thread Anomit Ghosh
I'm basically trying to a write a very simple echo server/client combination, just for trying out libevent. The server doesn't use libevent's bufferevent, but the client does. Code for server: http://codepad.org/nP0KsfPY Code for client: http://codepad.org/XRJAVg5m The problem seems to be that e