restore send buffer in pxl8_net
This commit is contained in:
parent
f6d6efea95
commit
f4170614a7
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ struct pxl8_net {
|
||||||
socket_t sock;
|
socket_t sock;
|
||||||
|
|
||||||
u8 recv_buf[4096];
|
u8 recv_buf[4096];
|
||||||
|
u8 send_buf[4096];
|
||||||
|
|
||||||
#ifdef PXL8_ASYNC_THREADS
|
#ifdef PXL8_ASYNC_THREADS
|
||||||
pxl8_thread* recv_thread;
|
pxl8_thread* recv_thread;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue