restore send buffer in pxl8_net

This commit is contained in:
asrael 2026-04-14 13:18:59 -05:00
parent f6d6efea95
commit f4170614a7

View file

@ -43,6 +43,7 @@ struct pxl8_net {
socket_t sock;
u8 recv_buf[4096];
u8 send_buf[4096];
#ifdef PXL8_ASYNC_THREADS
pxl8_thread* recv_thread;