summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-10-27 07:56:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-10-27 07:56:26 +0000
commit1905614fd898682bace1c9e6c83e81dbdd4dbc4d (patch)
tree670a60430c61cf582c985b54b6feca52ac2e948b /ACE/ChangeLog
parent0cd70fe3f80cd2a9a368026cdb17d1d8d5a9d099 (diff)
downloadATCD-1905614fd898682bace1c9e6c83e81dbdd4dbc4d.tar.gz
Mon Oct 27 07:57:57 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/OS_NS_sys_socket.inl: Removed the ignore of SO_REUSEADDR on windows, this is needed for ACE_SOCK_Dgram_Bcast to work, see bugzilla 4189. Also removed the Windows specific change of SO_REUSEPORT to SO_REUSEADDR, this are different flags that we should not merge at this level.
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 8c3e076a6f1..223dcc490bc 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Mon Oct 27 07:57:57 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_NS_sys_socket.inl:
+ Removed the ignore of SO_REUSEADDR on windows, this is needed
+ for ACE_SOCK_Dgram_Bcast to work, see bugzilla 4189. Also removed
+ the Windows specific change of SO_REUSEPORT to SO_REUSEADDR, this
+ are different flags that we should not merge at this level.
+
Fri Oct 24 18:41:42 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_4189_Regression_Test.cpp: