diff net.h @ 73:2498d0a0521d draft

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 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@86 1a98c847-1fd6-4fd8-948a-caf3550aa51b
author s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
date Mon, 21 Jun 2010 01:33:44 +0000 (2010-06-21)
parents 51eccd99467c
children a32c592fab07 97f8c31be574
line wrap: on
line diff
--- a/net.h
+++ b/net.h
@@ -12,7 +12,7 @@
 
 
 
-#define DEFAULT_PORT    htons(8333)
+static const unsigned short DEFAULT_PORT = 0x8d20; // htons(8333)
 static const unsigned int PUBLISH_HOPS = 5;
 enum
 {