Displaying 1 result from an estimated 1 matches for "m_shout".
Did you mean:
om_shout
2008 May 22
1
libshout : how to detect network connection lost
...be no timeout (or, at least, i've let it run for 10mins without
> seeing any timeout).
>
> Is there a way to detect such events using libshout or do i have to
> put a timeout on the send function?
>
> here is the piece of code for the send function :
>
> shout_sync(m_shout);
> int ret = shout_send(m_shout, (unsigned char*)buf, buflen);
> if(ret != SHOUTERR_SUCCESS) {
> Logger::log("Shout::send shout send error\n");
> return false;
> }
> return true;
>
> Thanks for any advice
>
> Florian
>
> --------------------------...