IMO you should be looking at
the socket API rather than the libevent one for this functionality.
Perhaps it'd help if you are more specific with what you are trying to
develop.
--
Anomit Ghosh
***
To unsubscribe, s
problem. Sorry for bothering with
something that's not related to libevent.
--
Anomit Ghosh
***
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-usersin the body.
connection
closes immediately. I tested this by using telnet to connect to the
server. The printf() on L62 gets printed properly but nothing else
works properly. Where am I going wrong? Even a little help would be
appreciated (I'm kind of on a tight schedule :-| ).
Thanks
--
Anomit
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