Bump MSGBUFSIZE to 32k; 4k just about overflows "by default" with qemu

and mipssim-virtio machine type.
This commit is contained in:
he 2022-11-27 14:54:25 +00:00
parent bfd1935001
commit 24c1eafb6f
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: MIPSSIM,v 1.7 2022/11/15 14:49:14 simonb Exp $
# $NetBSD: MIPSSIM,v 1.8 2022/11/27 14:54:25 he Exp $
#
# Kernel config for the QEMU MIPS "mipssim" simulator
#
@ -8,7 +8,7 @@
include "arch/evbmips/conf/std.mipssim"
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -25,6 +25,8 @@ options TCP_CSUM_COUNTERS
options UDP_CSUM_COUNTERS
options TCP_OUTPUT_COUNTERS
options MSGBUFSIZE=32768 # need a bit more than 4K for virtio qemu
options NTP # network time protocol
# Debugging options