Bump up MAX_IOVEC to 64
commit2dfaaa77bb7913c6d9618c6264e982378dae513b
authorKevin Cernekee <cernekee@gmail.com>
Sun, 25 Nov 2012 23:24:06 +0000 (25 15:24 -0800)
committerKevin Cernekee <cernekee@gmail.com>
Mon, 26 Nov 2012 00:19:47 +0000 (25 16:19 -0800)
tree386c70d6402afdfd931771925fafe7695439b91e
parent2e5416f43f4f81d5af24f0220112cf9e11d2e72a
Bump up MAX_IOVEC to 64

Under some conditions, lwIP will try to output a pbuf chain with >=17
fragments.  The OS should be able to handle a lot more than this
(typically 1024), but we do need to enlarge our iovec array to use it.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
contrib/ports/unix/proj/ocproxy/ocproxy.c