internet: (fixes #2414) UdpSocket doesn't call NotifyConnectionFailed

This commit is contained in:
Tommaso Pecorella
2016-05-18 23:13:08 +02:00
parent ae7b2c6a2c
commit 6090fcd3a6
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Bugs fixed
- Bug 2397 - add backoff and cw tracing to EDCA
- Bug 2398 - add SNR tag to beacons and probe responses
- Bug 2406 - Poor 802.11g performance in ad-hoc mode
- Bug 2414 - UdpSocket doesn't call NotifyConnectionFailed
Known issues
------------

View File

@@ -387,6 +387,7 @@ UdpSocketImpl::Connect (const Address & address)
}
else
{
NotifyConnectionFailed ();
return -1;
}