node:net: implement BlockList (#19277)

This commit is contained in:
Meghan Denny
2025-05-01 15:09:44 -08:00
committed by GitHub
parent 5874cc44d3
commit 9e201eff9e
24 changed files with 840 additions and 116 deletions

View File

@@ -243,6 +243,7 @@ enum SerializationTag {
// bun types start at 254 and decrease with each addition
Bun__X509CertificateTag = 253,
Bun__KeyObjectTag = 252,
Bun__nodenet_BlockList = 251,
ErrorTag = 255
};