Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rakeshmnr
  • Order by date
  1. rakeshmnr

    BSD Sockets - Detecting when client disconnected

    But if you are writing on a socket which is closed at other end you will get SIGPIPE signal on second write. On first write other end will send RST i.e. socket is already closed and on second write SIGPIPE signal would get generated. Ofcourse, if you use read then 0 would get return.
  2. rakeshmnr

    Error in compiling C++ code on HP-UX ver 11

    You just need to remove std from typedef. It should look like typedef typename list<Sink>::iterator ListSinkIterator; Cheers

Part and Inventory Search

Back
Top