AW: [En-Nut-Discussion] fprintf() on streamed TCP socket
Dusan Ferbas
dferbas at dfsoft.cz
Fri Dec 12 14:40:18 CET 2003
Hi Oliver,
we modified tcpsock.c to work with our values:
#define BUF_ALLOC (1500-40) //buffer size
#define BUF_LIMIT (BUF_ALLOC/2-10) //buffer creation threshold
But if we are using %P result is packet shortage. Once we change %P to %s
and change string placement from .progmem.data to .data packets are fine.
Any idea ?
Dusan
More information about the En-Nut-Discussion
mailing list