aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-06-21 01:33:44 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-06-21 01:33:44 +0000
commit3ca507a6eb1cecbf40a907a52c27128efb666ec0 (patch)
tree97973a93f646b9350a332cef285f68ec44fc68c5 /net.h
parentc58e10565e923c64a38a423b10e797b49a136ad4 (diff)
downloadbitcoin-3ca507a6eb1cecbf40a907a52c27128efb666ec0.tar.xz
fixed colors on ubuntu lucid,
enabled -O2 in makefile.unix, boost removed -mt from their library names in 1.40, updated bitcoin icon, hashmeter, generated and hashmeter log entries -- version 0.2.13
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index f0e183d9c0..981bdfdd1a 100644
--- a/net.h
+++ b/net.h
@@ -12,7 +12,7 @@ extern int nBestHeight;
-#define DEFAULT_PORT htons(8333)
+static const unsigned short DEFAULT_PORT = 0x8d20; // htons(8333)
static const unsigned int PUBLISH_HOPS = 5;
enum
{