< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Status of faststreams?


Fixed now!  Thanks!

On Mon, Nov 24, 2008 at 12:38 PM, Max Bowsher <maxb@xxxxxxx> wrote:
> Scott Godin wrote:
>> FYI - I fixed the reTurn issue "asio::ip:address cannot be inserted
>> into a faststream" last week.
>
> Ah, excellent, part of r8297 I see.
>
> However, you missed one! :-)
>
> --- a/reTurn/client/test/TestRtpLoad.cxx        Mon Nov 24 15:53:02 2008 +0000
> +++ b/reTurn/client/test/TestRtpLoad.cxx        Mon Nov 24 17:35:50 2008 +0000
> @@ -134,7 +134,7 @@
>
>    virtual void onConnectSuccess(unsigned int socketDesc, const
> asio::ip::address& address, unsigned short port)
>    {
> -      InfoLog( << "MyTurnAsyncSocketHandler::onConnectSuccess:
> socketDest=" << socketDesc << ", address=" << address << ", port=" << port);
> +      InfoLog( << "MyTurnAsyncSocketHandler::onConnectSuccess:
> socketDest=" << socketDesc << ", address=" << address.to_string() << ",
> port=" << port);
>       mTurnAsyncSocket->bindRequest();
>    }
>    virtual void onConnectFailure(unsigned int socketDesc, const
> asio::error_code& e)
>
> Max.
>
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>