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
For NS and NEWCONSENSUS events, some listeners might not care about the body. In these cases, the body is pretty big (about 1.2MiB) since it's a microdescriptor for all ~8000 relays in the consensus.
It could be useful to have an option to add_event_listener to simply drop the body IF we can avoid building up and saving the body in the parser. Obviously, we can't avoid actually receiving the data (because Tor will always send it).
The text was updated successfully, but these errors were encountered:
For
NS
andNEWCONSENSUS
events, some listeners might not care about the body. In these cases, the body is pretty big (about 1.2MiB) since it's a microdescriptor for all ~8000 relays in the consensus.It could be useful to have an option to
add_event_listener
to simply drop the body IF we can avoid building up and saving the body in the parser. Obviously, we can't avoid actually receiving the data (because Tor will always send it).The text was updated successfully, but these errors were encountered: