fix only a comment

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@13 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2008-09-08 19:18:46 +00:00
parent 271de25a90
commit dfc59203d6

View file

@ -130,7 +130,7 @@ int ms_discover_mtu(const char *host)
&ip_opts,
reply_buffer,
sizeof(reply_buffer),
3000L); // 5 seconds
3000L); // 3 seconds
if (status || GetLastError() == IP_REQ_TIMED_OUT)
{
pIcmpCloseHandle( hIcmp );