17 UnixSender(boost::asio::io_service& io_service,
const std::string& unix_socket_path);
30 boost::asio::local::datagram_protocol::socket socket_;
33 boost::asio::local::datagram_protocol::endpoint receiver_endpoint_;
34 std::string unix_socket_path_;
37 const unsigned MAX_SEND_FAILURES_BEFORE_LOG = 100;
38 unsigned log_counter = 0;