Increase the maximum allowable datagram length.

This commit is contained in:
Archie Cobbs 2000-08-10 22:51:57 +00:00
parent cac2a7de76
commit a8f6d55e95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64512

View File

@ -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 */