internet: (fixes #2414) UdpSocket doesn't call NotifyConnectionFailed
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
@@ -387,6 +387,7 @@ UdpSocketImpl::Connect (const Address & address)
|
||||
}
|
||||
else
|
||||
{
|
||||
NotifyConnectionFailed ();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user