Commit e8ad2f62 authored by claes's avatar claes

Timeout for resend increased from 100 to 400 ms

parent e2dec223
/* /*
* Proview $Id: remote_pvd_udp.c,v 1.1 2006-09-14 14:17:44 claes Exp $ * Proview $Id: remote_pvd_udp.c,v 1.2 2007-05-24 07:04:03 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -172,7 +172,7 @@ pwr_tStatus udp_Request( char *sendbuf, int sendbuf_size, ...@@ -172,7 +172,7 @@ pwr_tStatus udp_Request( char *sendbuf, int sendbuf_size,
{ {
int i; int i;
pwr_tStatus sts; pwr_tStatus sts;
int tmo = 100; int tmo = 400;
if (udp_ctx->Disable) return REM__DISABLED; if (udp_ctx->Disable) return REM__DISABLED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment