You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnsBufLen=256// known size for "DNS" values, enough to hold the longest possible hostname or domain name
190
-
dictionaryValueMaxLen=8192// known size for maximum config store value https://docs.fastly.com/en/guides/about-edge-dictionaries#limitations-and-considerations
188
+
ipBufLen=16// known size for IP address buffers
189
+
dnsBufLen=256// known size for "DNS" values, enough to hold the longest possible hostname or domain name
191
190
192
191
DefaultSmallBufLen=128// default size for "typically-small" values with variable sizes: HTTP methods, header names, tls protocol names, cipher suites
193
-
DefaultMediumBufLen=1024// default size for values between small and large with variable sizes
192
+
DefaultMediumBufLen=1024// default size for values between small and large, with variable sizes
194
193
DefaultLargeBufLen=8192// default size for "typically-large" values with variable sizes; header values, URLs.
0 commit comments