Hi, Excuse me, In Cassandra's code, Why to set the so_linger to 0 instead of keep default value: -1 and enable so_reuseaddr? 0 mean will drop the data when closing the socket. To reduce timewait's best choice is to enable so_reuseaddr. Can anybody help to explain this reason? I check many popular open source programs. they won't set this so_linger to 0 but enable so_reuseaddr