--- a/src/internet/wscript Thu Apr 18 21:14:10 2013 +0200
+++ b/src/internet/wscript Thu Apr 18 15:57:07 2013 -0400
@@ -135,6 +135,7 @@
'model/tcp-tahoe.cc',
'model/tcp-reno.cc',
'model/tcp-newreno.cc',
+ 'model/tcp-westwood.cc',
'model/tcp-rx-buffer.cc',
'model/tcp-tx-buffer.cc',
'model/ipv4-packet-info-tag.cc',
@@ -281,6 +282,15 @@
'helper/ipv6-interface-container.h',
'helper/ipv6-routing-helper.h',
'model/ipv6-address-generator.h',
+ 'model/tcp-rfc793.h',
+ 'model/tcp-tahoe.h',
+ 'model/tcp-reno.h',
+ 'model/tcp-newreno.h',
+ 'model/tcp-westwood.h',
+ 'model/tcp-socket-base.h',
+ 'model/tcp-tx-buffer.h',
+ 'model/tcp-rx-buffer.h',
+ 'model/rtt-estimator.h',
]
if bld.env['NSC_ENABLED']: