mbed socket API

Dependents:   EthernetInterface EthernetInterface_RSF EthernetInterface EthernetInterface ... more

Deprecated

This is an mbed 2 sockets library. For mbed 5, network sockets have been revised to better support additional network stacks and thread safety here.

Revision:
2:b227d242f3c7
Parent:
1:8080965f5d76
Child:
3:e6474399e057
--- a/UDPSocket.cpp	Tue Jun 26 15:32:12 2012 +0000
+++ b/UDPSocket.cpp	Mon Jul 23 11:52:50 2012 +0000
@@ -17,7 +17,6 @@
  */
 
 #include "UDPSocket.h"
-#include "bsd_socket.h"
 
 #include <cstring>