]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve interaction of vectx and tftp
authorsjg <sjg@FreeBSD.org>
Tue, 7 Apr 2020 16:56:34 +0000 (16:56 +0000)
committersjg <sjg@FreeBSD.org>
Tue, 7 Apr 2020 16:56:34 +0000 (16:56 +0000)
commit37df3456a09bc1b093270b6a30c957261ad62993
tree2bd06c140c5113a0af7f2e20ba7c1bb75d6fb4ab
parent1cb653bc5ae04dceb7c45482e7808a63f274ef93
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.

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