BUFFERSIZE       1116 transport-helper.c 	char buf[BUFFERSIZE];
BUFFERSIZE       1146 transport-helper.c 	if (t->bufuse == BUFFERSIZE)
BUFFERSIZE       1150 transport-helper.c 	bytes = read(t->src, t->buf + t->bufuse, BUFFERSIZE - t->bufuse);