[reSIProcate] Status of faststreams?
Max Bowsher
maxb at f2s.com
Mon Nov 24 11:38:20 CST 2008
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20081124/daad9d14/attachment.sig>
More information about the resiprocate-devel
mailing list