add: preload

This commit is contained in:
2025-11-19 09:12:20 -06:00
parent bd66c1c27e
commit 3a3b4279ad
2 changed files with 16 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ struct setting
uint8_t ttl;
size_t payload_size;
struct hostenv dest;
size_t preload;
};