📄 ns-default.tcl
字号:
# Defaults for multicast addressesSimulator set McastBaseAddr_ 0x80000000Simulator set McastAddr_ 0x80000000# Default values used for wireless simulationsSimulator set AgentTrace_ ONSimulator set RouterTrace_ OFFSimulator set MacTrace_ OFFSessionHelper set rc_ 0 ;# just to eliminate warningsSessionHelper set debug_ falseNetworkInterface set debug_ false# SRM Agent defaults are in ../tcl/mcast/srm.tcl and ../mcast/srm-adaptive.tcl# IntServ Object specific defaults are in ../tcl/lib/ns-intserv.tcl# defaults for tbfTBF set rate_ 64kTBF set bucket_ 1024TBF set qlen_ 0## mobile Ip#MIPEncapsulator set addr_ 0MIPEncapsulator set port_ 0MIPEncapsulator set shift_ 0MIPEncapsulator set mask_ [AddrParams set ALL_BITS_SET]MIPEncapsulator set ttl_ 32MIPEncapsulator set debug_ false # HTTP-related defaults are in ../tcl/webcache/http-agent.tcl## Wireless simulation support #Mac set debug_ falseARPTable set debug_ falseGod set debug_ falseMac/Tdma set slot_packet_len_ 1500Mac/Tdma set max_node_num_ 64LL set mindelay_ 50usLL set delay_ 25usLL set bandwidth_ 0 ;# not usedLL set debug_ false# Unity gain, omni-directional antennas# Set up the antennas to be centered in the node and 1.5 meters above itAntenna/OmniAntenna set X_ 0Antenna/OmniAntenna set Y_ 0Antenna/OmniAntenna set Z_ 1.5 Antenna/OmniAntenna set Gt_ 1.0Antenna/OmniAntenna set Gr_ 1.0# Initialize the SharedMedia interface with parameters to make# it work like the 914MHz Lucent WaveLAN DSSS radio interfacePhy/WirelessPhy set CPThresh_ 10.0Phy/WirelessPhy set CSThresh_ 1.559e-11Phy/WirelessPhy set RXThresh_ 3.652e-10Phy/WirelessPhy set bandwidth_ 2e6Phy/WirelessPhy set Pt_ 0.28183815Phy/WirelessPhy set freq_ 914e+6Phy/WirelessPhy set L_ 1.0 Phy/WirelessPhy set debug_ falsePhy/WiredPhy set bandwidth_ 10e6Phy/WiredPhy set debug_ falsePhy/Repeater set debug_ falseLanRouter set debug_ falsePhy/Sat set debug_ falseMac/Sat set debug_ falseLL/Sat set debug_ false# Shadowing propagation modelPropagation/Shadowing set pathlossExp_ 2.0Propagation/Shadowing set std_db_ 4.0Propagation/Shadowing set dist0_ 1.0Propagation/Shadowing set seed_ 0# variables of the link state module is moved to ns-rtProtoLS.tcl## Agents#Agent set fid_ 0Agent set prio_ 0Agent set agent_addr_ -1Agent set agent_port_ -1Agent set dst_addr_ -1Agent set dst_port_ -1Agent set flags_ 0Agent set ttl_ 32 ; # arbitrary choice hereAgent set debug_ falseAgent set class_ 0##Agent set seqno_ 0 now is gone##Agent set class_ 0 now is goneAgent/Ping set packetSize_ 64Agent/UDP set packetSize_ 1000Agent/UDP instproc done {} { }Agent/TCP set seqno_ 0Agent/TCP set t_seqno_ 0Agent/TCP set maxburst_ 0Agent/TCP set maxcwnd_ 0Agent/TCP set numdupacks_ 3Agent/TCP set window_ 20Agent/TCP set windowInit_ 1Agent/TCP set windowInitOption_ 1Agent/TCP set syn_ falseAgent/TCP set windowOption_ 1Agent/TCP set windowConstant_ 4Agent/TCP set windowThresh_ 0.002Agent/TCP set decrease_num_ 0.5Agent/TCP set increase_num_ 1.0Agent/TCP set k_parameter_ 0.0 ; # for binomial congestion controlAgent/TCP set l_parameter_ 1.0 ; # for binomial congestion controlAgent/TCP set overhead_ 0Agent/TCP set ecn_ 0Agent/TCP set old_ecn_ 0Agent/TCP set packetSize_ 1000Agent/TCP set tcpip_base_hdr_size_ 40Agent/TCP set bugFix_ trueAgent/TCP set timestamps_ falseAgent/TCP set slow_start_restart_ trueAgent/TCP set restart_bugfix_ trueAgent/TCP set tcpTick_ 0.1Agent/TCP set maxrto_ 100000Agent/TCP set srtt_init_ 0Agent/TCP set rttvar_init_ 12Agent/TCP set rtxcur_init_ 6.0Agent/TCP set T_SRTT_BITS 3Agent/TCP set T_RTTVAR_BITS 2Agent/TCP set rttvar_exp_ 2Agent/TCP instproc done {} { }Agent/TCP set noFastRetrans_ falseAgent/TCP set dupacks_ 0Agent/TCP set ack_ 0Agent/TCP set cwnd_ 0Agent/TCP set awnd_ 0Agent/TCP set ssthresh_ 0Agent/TCP set rtt_ 0Agent/TCP set srtt_ 0Agent/TCP set rttvar_ 0Agent/TCP set backoff_ 0Agent/TCP set maxseq_ 0Agent/TCP set singledup_ 0Agent/TCP set precisionReduce_ falseAgent/TCP set oldCode_ falseAgent/TCP set ndatapack_ 0Agent/TCP set ndatabytes_ 0Agent/TCP set nackpack_ 0Agent/TCP set nrexmit_ 0Agent/TCP set nrexmitpack_ 0Agent/TCP set nrexmitbytes_ 0Agent/TCP set trace_all_oneline_ falseAgent/TCP set QOption_ 0 Agent/TCP set EnblRTTCtr_ 0Agent/TCP set control_increase_ 0# XXX Generate nam trace or plain old text trace for variables. # When it's true, generate nam trace.Agent/TCP set nam_tracevar_ falseAgent/TCP/Fack set ss-div4_ falseAgent/TCP/Fack set rampdown_ falseAgent/TCP set eln_ 0Agent/TCP set eln_rxmit_thresh_ 1Agent/TCP set delay_growth_ falseAgent/TCP set CoarseTimer_ 0Agent/TCPSink set sport_ 0Agent/TCPSink set dport_ 0 #XXX other kinds of sinks -> should reparentAgent/TCPSink set packetSize_ 40Agent/TCPSink set maxSackBlocks_ 3Agent/TCPSink set ts_echo_bugfix_ falseAgent/TCPSink set generateDSacks_ falseAgent/TCPSink set RFC2581_immediate_ack_ trueAgent/TCPSink/DelAck set interval_ 100mscatch { Agent/TCPSink/Asym set interval_ 100ms Agent/TCPSink/Asym set maxdelack_ 5}Agent/TCPSink/Sack1/DelAck set interval_ 100ms# setting this to 1 implements some changes to reno # proposed by Janey Hoe (other than fixing reno's# unnecessary retransmit timeouts)Agent/TCP/Newreno set newreno_changes_ 0# setting this to 1 allows the retransmit timer to expire for# a window with many packet dropsAgent/TCP/Newreno set newreno_changes1_ 0Agent/TCP/Newreno set partial_window_deflation_ 0Agent/TCP/Newreno set exit_recovery_fix_ 0Agent/TCP/Vegas set v_alpha_ 1Agent/TCP/Vegas set v_beta_ 3Agent/TCP/Vegas set v_gamma_ 1Agent/TCP/Vegas set v_rtt_ 0Agent/TCP/Vegas/RBP set rbp_scale_ 0.75# rbp_rate_algorithm_'s are defined in tcp-rbp.cc.# 1=RBP_VEGAS_RATE_ALGORITHM (default),# 2=RBP_CWND_ALGORITHMAgent/TCP/Vegas/RBP set rbp_rate_algorithm_ 1Agent/TCP/Vegas/RBP set rbp_segs_actually_paced_ 0Agent/TCP/Vegas/RBP set rbp_inter_pace_delay_ 0Agent/TCP/Reno/RBP set rbp_scale_ 0.75Agent/TCP/Reno/RBP set rbp_segs_actually_paced_ 0Agent/TCP/Reno/RBP set rbp_inter_pace_delay_ 0# Reno/RBP supports only RBP_CWND_ALGORITHM # Agent/TCP/Reno/RBP set rbp_rate_algorithm_ 2Agent/TCP/Asym set g_ 0.125Agent/TCP/Reno/Asym set g_ 0.125Agent/TCP/Newreno/Asym set g_ 0.125# RFC793eduTcp -- 19990820, fcela@acm.orgAgent/TCP/RFC793edu set add793expbackoff_ true Agent/TCP/RFC793edu set add793jacobsonrtt_ falseAgent/TCP/RFC793edu set add793fastrtx_ falseAgent/TCP/RFC793edu set add793slowstart_ falseAgent/TCP/RFC793edu set add793additiveinc_ falseAgent/TCP/RFC793edu set add793karnrtt_ true Agent/TCP/RFC793edu set rto_ 60Agent/TCP/RFC793edu set syn_ trueAgent/TCP/RFC793edu set add793exponinc_ falseAgent/TFRC set packetSize_ 1000 Agent/TFRC set df_ 0.95 ; # decay factor for accurate RTT estimateAgent/TFRC set tcp_tick_ 0.1 ; Agent/TFRC set ndatapack_ 0 ; # Number of packets sentAgent/TFRC set srtt_init_ 0 ; # Variables for tracking RTT Agent/TFRC set rttvar_init_ 12 Agent/TFRC set rtxcur_init_ 6.0 Agent/TFRC set rttvar_exp_ 2 Agent/TFRC set T_SRTT_BITS 3 Agent/TFRC set T_RTTVAR_BITS 2 Agent/TFRC set InitRate_ 300 ; # Initial send rate Agent/TFRC set overhead_ 0 ; # If > 0, dither outgoing packetsAgent/TFRC set ssmult_ 2 ; # Rate of increase during slow-start:Agent/TFRC set bval_ 1 ; # Value of B for TCP formulaAgent/TFRC set ca_ 1 ; # Enable Sqrt(RTT) congestion avoidanceAgent/TFRC set printStatus_ 0 Agent/TFRC set maxHeavyRounds_ 1; # Number of rounds for sending rate allowed # to be greater than twice receiving rate.Agent/TFRC set conservative_ 0 ; # Set to true for a conservative # response to heavy congestion.Agent/TFRCSink set packetSize_ 40Agent/TFRCSink set InitHistorySize_ 100000Agent/TFRCSink set NumFeedback_ 1 Agent/TFRCSink set AdjustHistoryAfterSS_ 1Agent/TFRCSink set NumSamples_ -1Agent/TFRCSink set discount_ 1; # History DiscountingAgent/TFRCSink set printLoss_ 0Agent/TFRCSink set smooth_ 1 ; # smoother Average Loss IntervalAgent/TFRCSink set minlc_ 4Agent/TFRCSink set algo_ 1 ; # 1: algo from sigcomm paper 2: ewma # 3: fixed windowAgent/TFRCSink set maxint_ 1000 ; # max loss interval history Agent/TFRCSink set history_ 0.75 ; # loss history for EWMAif [TclObject is-class Agent/TCP/FullTcp] { Agent/TCP/FullTcp set segsperack_ 1; # ACK frequency Agent/TCP/FullTcp set segsize_ 536; # segment size Agent/TCP/FullTcp set tcprexmtthresh_ 3; # num dupacks to enter recov Agent/TCP/FullTcp set iss_ 0; # Initial send seq# Agent/TCP/FullTcp set nodelay_ false; # Nagle disable? Agent/TCP/FullTcp set data_on_syn_ false; # allow data on 1st SYN? Agent/TCP/FullTcp set dupseg_fix_ true ; # no rexmt w/dup segs from peer Agent/TCP/FullTcp set dupack_reset_ false; # exit recov on ack < highest Agent/TCP/FullTcp set interval_ 0.1 ; # delayed ACK interval 100ms Agent/TCP/FullTcp set close_on_empty_ false; # close conn if sent all Agent/TCP/FullTcp set ts_option_size_ 10; # in bytes Agent/TCP/FullTcp set reno_fastrecov_ true; # fast recov true by default Agent/TCP/FullTcp set pipectrl_ false; # use "pipe" ctrl Agent/TCP/FullTcp set open_cwnd_on_pack_ true; # ^ win on partial acks? Agent/TCP/FullTcp set halfclose_ false; # do simplex closes (shutdown)? Agent/TCP/FullTcp/Newreno set recov_maxburst_ 2; # max burst dur recov Agent/TCP/FullTcp/Sack set sack_block_size_ 8; # bytes in a SACK block Agent/TCP/FullTcp/Sack set sack_option_size_ 2; # bytes in opt hdr Agent/TCP/FullTcp/Sack set max_sack_blocks_ 3; # max # of sack blks}# Default values used by wireless simulationsAgent/Null set sport_ 0Agent/Null set dport_ 0Agent/CBR set sport_ 0Agent/CBR set dport_ 0# Http invalidation agentAgent/HttpInval set inval_hdr_size_ 40Agent/RTP set seqno_ 0Agent/RTP set interval_ 3.75msAgent/RTP set random_ 0Agent/RTP set packetSize_ 210Agent/RTP set maxpkts_ 0x10000000Agent/RTP instproc done {} { }Agent/RTCP set seqno_ 0Agent/Message set packetSize_ 180Agent/LossMonitor set nlost_ 0Agent/LossMonitor set npkts_ 0Agent/LossMonitor set bytes_ 0Agent/LossMonitor set lastPktTime_ 0Agent/LossMonitor set expected_ 0# RAPAgent/RAP set packetSize_ 512Agent/RAP set seqno_ 0Agent/RAP set sessionLossCount_ 0Agent/RAP set ipg_ 2.0Agent/RAP set alpha_ 1.0Agent/RAP set beta_ 0.5Agent/RAP set srtt_ 2.0Agent/RAP set variance_ 0.0Agent/RAP set delta_ 0.5Agent/RAP set mu_ 1.2Agent/RAP set phi_ 4.0Agent/RAP set timeout_ 2.0Agent/RAP set overhead_ 0Agent/RAP set useFineGrain_ 0Agent/RAP set kfrtt_ 0.9Agent/RAP set kxrtt_ 0.01Agent/RAP set debugEnable_ 0Agent/RAP set rap_base_hdr_size_ 44Agent/RAP set dpthresh_ 50Agent/RAP instproc done {} { }# Routing protocol agentsAgent/Mcast/Control set packetSize_ 80# Dynamic routing defaultsAgent/rtProto set preference_ 200 ;# global default preferenceAgent/rtProto/Direct set preference_ 100Agent/rtProto/DV set preference_ 120Agent/rtProto/DV set INFINITY [Agent set ttl_]Agent/rtProto/DV set advertInterval 2Agent/Encapsulator set status_ 1Agent/Encapsulator set overhead_ 20Agent/DSRAgent set sport_ 255Agent/DSRAgent set dport_ 255Agent/MIPBS set adSize_ 48Agent/MIPBS set shift_ 0Agent/MIPBS set mask_ [AddrParams set ALL_BITS_SET]Agent/MIPBS set ad_lifetime_ 2 Agent/MIPMH set home_agent_ 0Agent/MIPMH set rreqSize_ 52Agent/MIPMH set reg_rtx_ 0.5Agent/MIPMH set shift_ 0Agent/MIPMH set mask_ [AddrParams set ALL_BITS_SET]Agent/MIPMH set reg_lifetime_ 2 # Intitialization for directed diffusion : ChalermekAgent/Diff_Sink set packetSize_ 512Agent/Diff_Sink set interval_ 0.5Agent/Diff_Sink set random_ 1Agent/Diff_Sink set maxpkts_ 10000Agent/Diff_Sink set data_type_ 0# PLM contributed by Arnaud Legout at EURECOMAgent/LossMonitor/PLM set flag_PP_ 0Agent/LossMonitor/PLM set packet_time_PP_ 0Agent/LossMonitor/PLM set fid_PP_ 0Agent/LossMonitor/PLM set seqno_ 0# MPLS Label Distribution Protocol agentAgent/LDP set trace_ldp_ 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -