Skip to content

Commit

Permalink
Double networking timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Oct 14, 2024
1 parent 8157850 commit fe57221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marsnew.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include "r_local.h"
#include "wadbase.h"

#define LINK_TIMEOUT_SHORT 0x3FF
#define LINK_TIMEOUT_LONG 0x3FFF
#define LINK_TIMEOUT_SHORT 0x7FF
#define LINK_TIMEOUT_LONG 0x7FFF

typedef struct {
VINT repeat;
Expand Down

0 comments on commit fe57221

Please sign in to comment.