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 20:0d9ae7845bfe, committed 2012-08-01
- Comitter:
- emilmont
- Date:
- Wed Aug 01 13:02:38 2012 +0000
- Parent:
- 19:f1b8651f8f29
- Child:
- 21:8cd2de462559
- Commit message:
- [Socket library] Remove redundant UDPPacket class. Use centralized socket destructor. Add is_connected check.
Changed in this revision
--- a/EthernetInterface.h Tue Jul 31 11:51:00 2012 +0000 +++ b/EthernetInterface.h Wed Aug 01 13:02:38 2012 +0000 @@ -61,7 +61,7 @@ #include "TCPSocketConnection.h" #include "TCPSocketServer.h" -#include "UDPPacket.h" +#include "Endpoint.h" #include "UDPSocket.h" #endif /* ETHERNETINTERFACE_H_ */
--- a/Socket.lib Tue Jul 31 11:51:00 2012 +0000 +++ b/Socket.lib Wed Aug 01 13:02:38 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/Socket/#d24738f4ef99 +http://mbed.org/users/mbed_official/code/Socket/#3d83c348fb8b
--- a/lwip-sys.lib Tue Jul 31 11:51:00 2012 +0000 +++ b/lwip-sys.lib Wed Aug 01 13:02:38 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/lwip-sys/#2ace1ff71ae6 +http://mbed.org/users/mbed_official/code/lwip-sys/#b409691fb352