Rob Jansen
Rob Jansen
Changing the buffer size like that does seem odd. The way I would implement it is dynamic, i.e., don't use a fixed `p` value everywhere but instead figure out when...
> If the buffer size is smaller than the packet size I think we want to just drop the packet, and I think that's compatible with the above code. OK,...
Thanks for reporting that you would like to use `SO_KEEPALIVE`. Can you please explain how you (or rather, libevent) uses this option? Does it set it through `setsockopt`? Giving me...
More info here: http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/ I'm not sure how important this feature is in Shadow since remote nodes will not reboot or randomly stop responding without sending a FIN, but I...
Currently, we can only start and stop applications, not reboot nodes. If you are interested in contributing some code, we could discuss how to design a node reboot feature in...
We should print a warning and ignore as a bugfix. The feature is to actually support it properly.
setsockopt now returns success for `SO_KEEPALIVE` option, although proper support has not been implemented yet.
Thanks for the pointer to advice from the cmake wiki!
This would now most likely be implemented in `src/lib/shim/shim_api_getnameinfo.c` with a preload hook in `src/lib/libc_preload/libc_impls.c`.
Initial results in a 5% Tor network indicate no noticeable performance change when performing the crypto or preloading the crypto. Note that this only tests skipping the AES symmetric encryption,...