Home
last modified time | relevance | path

Searched refs:CONN_TIMEOUT_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/tipc/
Dsocket.c49 #define CONN_TIMEOUT_DEFAULT 8000 /* default connect timeout = 8s */ macro
237 tipc_sk(sk)->conn_timeout = msecs_to_jiffies(CONN_TIMEOUT_DEFAULT); in tipc_create()