Increase the maximum allowable datagram length.
This commit is contained in:
parent
f007bb028b
commit
7ef7c5b042
@ -138,7 +138,7 @@ static struct ng_type typestruct = {
|
||||
NETGRAPH_INIT(socket, &typestruct);
|
||||
|
||||
/* Buffer space */
|
||||
static u_long ngpdg_sendspace = 2 * 1024; /* really max datagram size */
|
||||
static u_long ngpdg_sendspace = 20 * 1024; /* really max datagram size */
|
||||
static u_long ngpdg_recvspace = 20 * 1024;
|
||||
|
||||
/* List of all sockets */
|
||||
|
Loading…
Reference in New Issue
Block a user