Where can a get a library for programming sockets?
Answer / chaitanya
There is the Simple Sockets Library by Charles E. Campbell, Jr. PhD. and Terry McRoberts. The file is called ssl.tar.gz, and you can download it from this faq's home page. For c++ there is the Socket++ library which is on ftp://ftp.virginia.edu/pub/socket++-1.10.tar.gz. There is also C++ Wrappers. The file is called ftp://ftp.huji.ac.il/pub/languages/C++/. Thanks to Bill McKinnon for tracking it down for me! From http://www.cs.wustl.edu/~schmidt you should be able to find the ACE toolkit. PING Software Group has some libraries that include a sockets interface among other things.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
How do I convert a string into an internet address?
What is af_inet in socket?
What is the difference between close() and shutdown()?
Why do I keep getting EINTR from the socket calls?
What does af mean in sockets?
When should I use UDP instead of TCP?
How can I read only one character at a time?
of the socket? Does doing a connect() call affect the receive behaviour?
When will my application receive SIGPIPE?
How to find other end of unix socket connection?
How does a socket work?