Bi-Directional serial-ethernet bridge operating at 230K

Greetings,

Has anyone created a bi-directional socket/ethernet bridge. I am having trouble getting adequate performance.

Thanks in advance,

Dave

To get 230k you have to
#define BSP_SERIAL_FAST_INTERRUPT TRUE
and use DMA
SerialConfig.mode = (O_RDWR | O_DMA );
230k is working well for me