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/sv_public.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/sv_public.h')
-rw-r--r-- | source/sv_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_public.h b/source/sv_public.h index a55f521..89b0abb 100644 --- a/source/sv_public.h +++ b/source/sv_public.h @@ -28,7 +28,7 @@ typedef enum { } server_state_t; #if USE_ICMP -void SV_ErrorEvent( void ); +void SV_ErrorEvent( int info ); #endif void SV_Init (void); void SV_Shutdown( const char *finalmsg, killtype_t type ); |