update main WIZnetInterface library for supporting honeypot server

Fork of WIZnetInterface by Shlomi Ruder

Update WIZnetInterface for supporting Honeypot server

/media/uploads/proxytype/honeypot.png

Update sockets handling.

//add new type to enum status
 SOCK_TIMEOUT     = 0x23,
Revision:
30:58f7cd21cf37
Parent:
14:2101ab5ee40f
--- a/arch/int/W7500x_toe.h	Tue Nov 17 06:35:55 2015 +0000
+++ b/arch/int/W7500x_toe.h	Fri Sep 01 23:36:01 2017 +0000
@@ -104,6 +104,7 @@
     SOCK_ESTABLISHED = 0x17,
     SOCK_CLOSE_WAIT  = 0x1c,
     SOCK_UDP         = 0x22,
+    SOCK_TIMEOUT     = 0x23,
 };
 enum Mode {
 	MR_RST           = 0x80,