patched lwip-eth with https://github.com/mbedmicro/mbed/commit/8222bde1af2e328e4c58d0f438827f3091e5e0eb
Fork of lwip-eth by
Revision 10:76fbd6b7c5e5, committed 2013-11-11
- Comitter:
- ansond
- Date:
- Mon Nov 11 18:52:39 2013 +0000
- Parent:
- 8:59490137c7a7
- Commit message:
- https://github.com/mbedmicro/mbed/commit/8222bde1af2e328e4c58d0f438827f3091e5e0eb
Changed in this revision
arch/lpc_emac_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/arch/lpc_emac_config.h Tue Sep 10 15:14:48 2013 +0300 +++ b/arch/lpc_emac_config.h Mon Nov 11 18:52:39 2013 +0000 @@ -86,7 +86,7 @@ /** \brief Defines the number of descriptors used for TX. Must * be a minimum value of 2. */ -#define LPC_NUM_BUFF_TXDESCS 3 +#define LPC_NUM_BUFF_TXDESCS (TCP_SND_QUEUELEN + 1) /** \brief Set this define to 1 to enable bounce buffers for transmit pbufs * that cannot be sent via the zero-copy method. Some chained pbufs