diff options
author | max <max@tclers.tk> | 2012-07-19 10:54:13 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2012-07-19 10:54:13 (GMT) |
commit | e47ba9f0c364c577be35a2cc155d90078742a2d7 (patch) | |
tree | c23059bb4f6b4076f0aa8e67bba7d045b989ff17 /ChangeLog | |
parent | 6b29f7ffb2085eaed16ebd067696a80b8c770f5f (diff) | |
download | tcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.zip tcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.tar.gz tcl-e47ba9f0c364c577be35a2cc155d90078742a2d7.tar.bz2 |
[Bug: 3545363]: Use a large enough buffer for accept()ing IPv6
connections. Fix conversion of host and port for passing to the accept
proc to be independent of the IP version.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-07-19 Reinhard Max <max@suse.de> + + * win/tclWinSock.c (TcpAccept): [Bug: 3545363]: Use a large enough + buffer for accept()ing IPv6 connections. Fix conversion of host + and port for passing to the accept proc to be independent of the + IP version. + 2012-07-17 Jan Nijtmans <nijtmans@users.sf.net> * win/makefile.vc: [Bug 3544932]: Visual studio compiler check fails |