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
This issue is to improve SNMP command responder scalability when serving very large files (seeks are slow). Compressing such files (which has been implemented) adds more time because seek in compressed data stream is not readily supported.
May be a way to go is to split large .snmprec files into smaller ones, and put them all into a directory which would be used for data source addressing, just like .snmpec files.
The text was updated successfully, but these errors were encountered:
This issue is to improve SNMP command responder scalability when serving very large files (seeks are slow). Compressing such files (which has been implemented) adds more time because seek in compressed data stream is not readily supported.
May be a way to go is to split large .snmprec files into smaller ones, and put them all into a directory which would be used for data source addressing, just like .snmpec files.
The text was updated successfully, but these errors were encountered: