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_chan.c | |
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_chan.c')
-rw-r--r-- | source/net_chan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/net_chan.c b/source/net_chan.c index 684cbb6..cb610e4 100644 --- a/source/net_chan.c +++ b/source/net_chan.c @@ -97,8 +97,6 @@ cvar_t *net_qport; cvar_t *net_maxmsglen; cvar_t *net_chantype; -netadr_t net_from; - // allow either 0 (no hard limit), or an integer between 512 and 4086 static void net_maxmsglen_changed( cvar_t *self ) { if( self->integer ) { |