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 19: Line 19:
 
<tr>
 
<tr>
 
<td width=300>
 
<td width=300>
Previous versions of KeyCheck would initialize the socket with 0.0.0.0, then change the IP to a working address.<br><br>
+
Previous versions of KeyCheck would initialize network sockets with 0.0.0.0, then change the IP 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.
 
This version of KeyCheck now initializes the socket with the standard local "127.0.0.1" address - which Windows accepts.

Revision as of 17:46, 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 0.0.0.0, then change the IP to a working address.

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

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

KeyCheck 8.5.png

Other Pages