mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
removed comment in log abotu bandwidth restriction (not applied)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4123 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b9af3bab92
commit
bc78397a64
@ -1315,15 +1315,15 @@ int pqissl::accept(SSL *ssl, int fd, struct sockaddr_in foreign_addr) // initiat
|
|||||||
out << std::endl;
|
out << std::endl;
|
||||||
out << "\t remoteaddr: " << rs_inet_ntoa(remote_addr.sin_addr);
|
out << "\t remoteaddr: " << rs_inet_ntoa(remote_addr.sin_addr);
|
||||||
out << std::endl;
|
out << std::endl;
|
||||||
if (sameLAN)
|
// if (sameLAN)
|
||||||
{
|
// {
|
||||||
out << "\tSAME LAN - no bandwidth restrictions!";
|
// out << "\tSAME LAN - no bandwidth restrictions!";
|
||||||
}
|
// }
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
out << "\tDifferent LANs - bandwidth restrictions!";
|
// out << "\tDifferent LANs - bandwidth restrictions!";
|
||||||
}
|
// }
|
||||||
out << std::endl;
|
// out << std::endl;
|
||||||
|
|
||||||
rslog(RSL_WARNING, pqisslzone, out.str());
|
rslog(RSL_WARNING, pqisslzone, out.str());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user