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

Re: [reSIProcate] Status of faststreams?


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.

Attachment: signature.asc
Description: OpenPGP digital signature