RC

Dependents:   WizFi250_AP_HelloWorld

Fork of WizFi250Interface by DongEun Koak

Files at this revision

API Documentation at this revision

Comitter:
kaizen
Date:
Thu Jul 30 11:13:12 2015 +0000
Parent:
18:2a20f54f2929
Commit message:
fixed bug about udp server

Changed in this revision

Socket/UDPSocket.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 2a20f54f2929 -r 3a2282277ad0 Socket/UDPSocket.cpp
--- a/Socket/UDPSocket.cpp	Thu Jul 30 11:12:06 2015 +0000
+++ b/Socket/UDPSocket.cpp	Thu Jul 30 11:13:12 2015 +0000
@@ -39,7 +39,7 @@
 int UDPSocket::bind(int port)
 {
     _port = port;
-    //_server = true;
+    _server = true;
     return 0;
 }