Revert buffer length

This commit is contained in:
Justin Ethier 2017-08-17 14:06:01 +00:00
parent b997d10f43
commit 4b7f2cba63

View file

@ -791,7 +791,7 @@ typedef struct {
unsigned short read_len;
} port_type;
#define CYC_IO_BUF_LEN 4096
#define CYC_IO_BUF_LEN 1024
/** Create a new port object in the nursery */
#define make_port(p,f,m) \