diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-10 16:30:15 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-10 16:30:15 -0700 |
| commit | aee742e7675dfc125f31fbe00fafeda53c532b05 (patch) | |
| tree | 0c37168cc39677c1a4896ec1d8fffc7ebbe5b867 /node/Defaults.cpp | |
| parent | c9294c1a78fa86fbba38b1a81988ea7527b0872c (diff) | |
| download | infinitytier-aee742e7675dfc125f31fbe00fafeda53c532b05.tar.gz infinitytier-aee742e7675dfc125f31fbe00fafeda53c532b05.zip | |
More toward GitHub issue #56
Diffstat (limited to 'node/Defaults.cpp')
| -rw-r--r-- | node/Defaults.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/Defaults.cpp b/node/Defaults.cpp index 2bddeec2..9729bf59 100644 --- a/node/Defaults.cpp +++ b/node/Defaults.cpp @@ -174,7 +174,8 @@ Defaults::Defaults() : defaultHomePath(_mkDefaultHomePath()), supernodes(_mkSupernodeMap()), updateAuthorities(_mkUpdateAuth()), - updateLatestNfoURL(_mkUpdateUrl()) + updateLatestNfoURL(_mkUpdateUrl()), + v4Broadcast(((uint32_t)0xffffffff),ZT_DEFAULT_UDP_PORT) { } |
