diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-05-31 21:10:01 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-05-31 21:10:01 +0000 |
commit | 907c3b16e8c65ea7c7cb4a0186a80f6f258ac4e0 (patch) | |
tree | ee1d79cd0ee85db048f2816ae0d3a194d1497467 /source/net_sock.h | |
parent | aae91e293989bc6321e3a262e8c7c4c9babed447 (diff) |
Do not retry sendto() if destination address is found in the error queue to prevent looping.
Experimental support for path MTU discovery enabled by setting ‘net_ignore_icmp’ to negative value.
Moved net_from into net_common.c from net_chan.c
Diffstat (limited to 'source/net_sock.h')
-rw-r--r-- | source/net_sock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/net_sock.h b/source/net_sock.h index 94169e7..fb8a970 100644 --- a/source/net_sock.h +++ b/source/net_sock.h @@ -155,4 +155,3 @@ extern cvar_t *net_port; extern netadr_t net_from; - |