Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost ASIO - SO_LINGER Socket option is not working
From: Igor R (boost.lists_at_[hidden])
Date: 2009-06-02 10:11:22


> Am I setting the property correctly on the socket? Does it need to be set on
> the acceptor or something instead/as well?

I never user this option with asio, but it seems that your usage
complies with the asio reference.
To debug this issue, you can substitute asio send() call with the
appropriate native api. If the lingering still doesn't work, it's
probably not supported by your socket.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net