Simple TCP/IP Server (dynamic web page)

Dependents:   TASKHTML

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Wed Dec 04 11:15:56 2019 +0000
Parent:
3:265121e8c2cc
Commit message:
Now more responsive

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Dec 04 11:10:37 2019 +0000
+++ b/main.cpp	Wed Dec 04 11:15:56 2019 +0000
@@ -83,6 +83,6 @@
         clt_sock->send(response.c_str(), response.size()+6);    
         
         clt_sock->close();
-        wait_us(1000000);
+        wait_us(100000);
     }
 }