fine tuning...

This commit is contained in:
Stefan Lankes 2011-09-04 01:55:55 -07:00
parent 9b442bfd11
commit 3ff872ac31

View file

@ -344,7 +344,8 @@ netio_accept(void *arg, struct tcp_pcb *pcb, err_t err)
}
#endif
ns->buf_ptr[0] = 0;
memset(ns->buf_ptr, 0x00, NETIO_BUF_SIZE);
//ns->buf_ptr[0] = 0;
tcp_arg(pcb, ns);
tcp_sent(pcb, netio_sent);