This commit is contained in:
Nishi 2026-01-08 00:35:00 +09:00
commit 15c5376364
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 1358 additions and 1312 deletions

View file

@ -5,10 +5,10 @@
#define CHUNK 512
int gbnet_packet_send(int fd, gbnet_packet_t* packet) {
int r;
int r;
gbnet_packet_header_t h;
int len = 0;
unsigned char* data = NULL;
int len = 0;
unsigned char* data = NULL;
if(packet->header.length > 0) {
z_stream strm;