Default socket reuse policy -- why is "last accessed" the default policy ?
15 views
Skip to first unread message
msc...@viasat.com
unread,
May 15, 2012, 3:02:01 PM5/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-discuss
Why is the default socket-reuse-policy set to USE_LAST_ACCESSED_SOCKET
by default ?
Wouldn't it be better to use USE_WARMEST_SOCKET or even
USE_WARM_SOCKET or as the default so that we are more likely to have
passed the slow-start phase of TCP ?
There appears to be some sort of field trial going on if the policy is
not set on the command line.