⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 network.txt

📁 中間件開發详细说明:清华大学J2EE教程讲义(ppt)-Tsinghua University J2EE tutorial lectures (ppt) [上载源码成为会员下载此源码] [成为VIP会
💻 TXT
字号:
# In this example, the network topology looks like below:
#
# User_0 --100Mbps-- r1 ----|
# User_1 --100Mbps-- r2 --100Mbps-- r4 --1Gbps-- r5 --100Mbps-- GridResource(s)
# User_2 --100Mbps-- r3 ----|
        
# total number of Routers
5

# specifies each router name and whether to log its activities or not
# by default no logging is required
R1 true  # logs this router
R2       # does not need to log this router
R3
R4
R5
                
# specify the link between two routers
# The format is:
# router_name1  router_name2    baud_rate(GB/s)     prop_delay(ms)  mtu(byte)
R1  R4  0.10    10.0    1500
R2  R4  0.10    10.0    1500
R3  R4  0.10    10.0    1500
R5  R4  1.00    10.0    1500

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -