diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-12-13 18:54:32 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-12-13 18:54:32 +0100 |
commit | 66da3e3728bb45599916304da9b398cb4c84ddb3 (patch) | |
tree | 604ec78287afed15e87c0c5605c91a922654ed0f /tcp.c | |
parent | obvestila, da dela samo na GNU OS (diff) | |
download | rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar.gz rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar.bz2 rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar.lz rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar.xz rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.tar.zst rtv4d-dl-66da3e3728bb45599916304da9b398cb4c84ddb3.zip |
Diffstat (limited to 'tcp.c')
-rw-r--r-- | tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include <string.h> #include <sys/time.h> #define ERR_INET_ADDR "0.9.9.0" -#define TCPC_READ_BUF 1024 +#define TCPC_READ_BUF 1048576 /* en megabajt */ union ip_conv { unsigned char c[4]; struct in_addr in; |