Change the default timeout for KDP communications to be 5 seconds.

<rdar://problem/13793059> 

llvm-svn: 185400
This commit is contained in:
Jason Molenda 2013-07-02 01:29:59 +00:00
parent b34ad7860f
commit 54d04f3bec
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ CommunicationKDP::CommunicationKDP (const char *comm_name) :
Communication(comm_name),
m_addr_byte_size (4),
m_byte_order (eByteOrderLittle),
m_packet_timeout (1),
m_packet_timeout (5),
m_sequence_mutex (Mutex::eMutexTypeRecursive),
m_is_running (false),
m_session_key (0u),