* BUGFIX: enabled more than 10 outgoing msgs for the DHT. (max 5000 / sec now)

* Added debug message when the udp port changes.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3561 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2010-09-29 20:02:39 +00:00
parent b690f933c1
commit aa46ed0f69
2 changed files with 19 additions and 5 deletions

View file

@ -49,6 +49,9 @@ UdpStack::UdpStack(struct sockaddr_in &local)
bool UdpStack::resetAddress(struct sockaddr_in &local)
{
std::cerr << "UdpStack::resetAddress(" << local << ")";
std::cerr << std::endl;
return udpLayer->reset(local);
}