- 
    Type:
Improvement
 - 
    Resolution: Unresolved
 - 
    Priority:
Major - P3
 - 
    None
 - 
    Affects Version/s: 3.0.5
 - 
    Component/s: Networking, Sharding
 
- 
        Cluster Scalability
 - 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
Currently there is no socket timeout option for mongos connections to the mongod. In the event of a mongod failure, the convergence time is increased as the TCP socket needs to close completely.
The delay can is exacerbated when there is a slow query or idle connection, as there is no "keep alive" packet to detect a socket timeout.