MAXPKT
pkt = malloc(MAXPKT);
if (bytes <= 0 || bytes > MAXPKT)
bytes = read(stream->fdin, pkt, MAXPKT);
pkt = malloc(MAXPKT);
while ((bytes = read(info->fd, pkt, MAXPKT)) > 0) {
pkt = malloc(MAXPKT);
while ((bytes = read(net_fd, pkt, MAXPKT)) > 0) {