mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-02-08 04:44:15 +00:00
Update net.cpp
This commit is contained in:
parent
ea7128d3bd
commit
61c7deaf34
@ -16,6 +16,10 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// MSG_NOSIGNAL is not available on some platforms, if it doesn't exist define it as 0
|
||||||
|
#if !defined(MSG_NOSIGNAL)
|
||||||
|
#define MSG_NOSIGNAL 0
|
||||||
|
#endif
|
||||||
|
|
||||||
// Dump addresses to peers.dat every 15 minutes (900s)
|
// Dump addresses to peers.dat every 15 minutes (900s)
|
||||||
#define DUMP_ADDRESSES_INTERVAL 900
|
#define DUMP_ADDRESSES_INTERVAL 900
|
||||||
|
Loading…
x
Reference in New Issue
Block a user