← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2152: re-enable NAT-T

 

------------------------------------------------------------
revno: 2152
committer: cologic <ne5@xxxxxxxxxxx>
branch nick: dcplusplus
timestamp: Sun 2010-05-23 05:29:27 -0400
message:
  re-enable NAT-T
modified:
  SConstruct


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'SConstruct'
--- SConstruct	2010-05-10 17:47:55 +0000
+++ SConstruct	2010-05-23 09:29:27 +0000
@@ -166,7 +166,6 @@
 
 env.Append(CPPDEFINES = defs[mode])
 env.Append(CPPDEFINES = defs['common'])
-env.Append(CPPDEFINES = ['DISABLE_NAT_TRAVERSAL']) # TODO remove and fully enable
 
 env.Append(CCFLAGS = flags[mode])
 env.Append(CCFLAGS = flags['common'])