fine tuning...
This commit is contained in:
parent
9b442bfd11
commit
3ff872ac31
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue