Difference between revisions of "Keycheck v8.6"

From ATTWiki
Jump to: navigation, search
(UPDATE - Change in Socket Opening Procedure)
(UPDATE - Change in Socket Opening Procedure)
Line 21: Line 21:
 
Previous versions of KeyCheck would initialize network sockets with an IP octect of 0.0.0.0, then change it to a working address.<br><br>
 
Previous versions of KeyCheck would initialize network sockets with an IP octect of 0.0.0.0, then change it to a working address.<br><br>
 
Recent Windows security updates no longer allows KeyCheck to initialize a socket starting with this address.<br><br>
 
Recent Windows security updates no longer allows KeyCheck to initialize a socket starting with this address.<br><br>
This version of KeyCheck now initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.
+
So this version of KeyCheck initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.
 
</td>
 
</td>
 
<td>
 
<td>

Revision as of 17:47, 16 December 2015

Keycheck logo.jpg

Version 8.6

December 16, 2015
Back to KeyCheck

KeyCheck 8.5.png


UPDATE - Change in Socket Opening Procedure

Previous versions of KeyCheck would initialize network sockets with an IP octect of 0.0.0.0, then change it to a working address.

Recent Windows security updates no longer allows KeyCheck to initialize a socket starting with this address.

So this version of KeyCheck initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.

KeyCheck 8.5.png

Other Pages