datagram needs allowoverflow

This commit is contained in:
Bill Currie 2005-05-07 12:57:48 +00:00
parent 77af004b32
commit 84dd9c1a13
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ clear_rec (void)
dbuffer_init (&rec.dbuffer, buffer, sizeof (buffer));
set_msgbuf (NULL, &rec.frames[0].buf);
rec.datagram.allowoverflow = true;
rec.datagram.maxsize = sizeof (datagram_data);
rec.datagram.data = datagram_data;
}