1. Reduce the size of the heap memory to reduce the amount of memory usage 2. Change the TCP segment size 3. Disable UDP + DHCP + DNS 4. Change the configurations of the TCP/IP thread
Dependencies: Socket lwip-eth lwip-sys lwip
Fork of EthernetInterface by
Revision 17:b7a3766f6253, committed 2012-07-26
- Comitter:
- emilmont
- Date:
- Thu Jul 26 15:07:44 2012 +0000
- Parent:
- 16:56438e188f04
- Child:
- 18:9dce8f443bfd
- Commit message:
- Update Socket library
Changed in this revision
EthernetInterface.h | Show annotated file Show diff for this revision Revisions of this file |
Socket.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/EthernetInterface.h Thu Jul 26 10:10:24 2012 +0000 +++ b/EthernetInterface.h Thu Jul 26 15:07:44 2012 +0000 @@ -58,9 +58,10 @@ static char* getIPAddress(); }; -//As a helper, include TCPSocket.h & UDPSocket.h here #include "TCPSocketConnection.h" #include "TCPSocketServer.h" + +#include "UDPPacket.h" #include "UDPSocket.h" #endif /* ETHERNETINTERFACE_H_ */
--- a/Socket.lib Thu Jul 26 10:10:24 2012 +0000 +++ b/Socket.lib Thu Jul 26 15:07:44 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/Socket/#75988d748e4d +http://mbed.org/users/mbed_official/code/Socket/#300e7ad2dc1d