bobzhuyb / ns3-rdma

NS3 simulator for RDMA over Converged Ethernet v2 (RoCEv2), including the implementation of DCQCN, TIMELY, PFC, ECN and shared buffer switch
GNU General Public License v2.0
252 stars 117 forks source link

Missing of build file #32

Open steven84418 opened 4 years ago

steven84418 commented 4 years ago

Hello , I have a question about the link of build file. The link is not work right now, can you update the new link. It will be really helps me

bobzhuyb commented 4 years ago

What build file? It's an VS project. The project file (and makefile) is included in this github repo

steven84418 commented 4 years ago

Sorry, I mean the VS project. It seems missing right now. I can't download it now

bobzhuyb commented 4 years ago

The VS project file is here https://github.com/bobzhuyb/ns3-rdma/blob/master/windows/ns-3-dev/ns-3-dev.sln

steven84418 commented 4 years ago

Hello, Thanks for your reply, I successfully build it and run the program. However, I have question about the trace result I got some result looks like: 2.000002 /1 1.2>1.1 u 6568 0 3 2.000003 /1 1.3>1.1 u 36988 0 3 can I ask the meaning of each value

bobzhuyb commented 4 years ago

time, switch id, src>dst, udp, sequence number, (I don't remember), priority

Hope these are enough for you already..

maths12xb commented 1 year ago

Hello, I build successfully, but used config.txt to run failed without trace file, can you show me some details?

Hope you give some advice, thanks!