]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve interaction of vectx and tftp
authorSimon J. Gerraty <sjg@FreeBSD.org>
Tue, 14 Apr 2020 00:57:50 +0000 (00:57 +0000)
committerSimon J. Gerraty <sjg@FreeBSD.org>
Tue, 14 Apr 2020 00:57:50 +0000 (00:57 +0000)
commitb863ea65c7ba64d71452909669435e0a2c3f8fd5
treeaffe70776116bec70fc611d63cef358ffb3db855
parentbe965bfdff8c6b7480b4f47fa37bfe5a27264130
Improve interaction of vectx and tftp

On slow platforms, it helps to spread the hashing load
over time so that tftp does not timeout.

Also, some .4th files are too big to fit in cache of pkgfs,
so increase cache size and ensure fully populated.

MFC of r359700

Reviewed by: stevek
Differential Revision: https://reviews.freebsd.org/D24287
lib/libsecureboot/vectx.c
stand/libsa/pkgfs.c
stand/libsa/tftp.c