-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRT traffic implementation under TCP #265
Comments
Hi, burstyHelper.SetBurstGenerator ("ns3::SimpleBurstGenerator",
"PeriodRv", StringValue ("ns3::ConstantRandomVariable[Constant=0.04]"),
"BurstSizeRv", StringValue ("ns3::ConstantRandomVariable[Constant=500]")); Hope this can help! |
Thank you very much mattia-lecci for your answer. Processing contrib/ns-3-vr-app CMake Error at build-support/custom-modules/ns3-module-macros.cmake:94 (add_library): Thank you, Sir. |
Unfortunately, i've never used ns-3 since they started using CMake instead of waf, so i'm not familiar with this error. |
Hi everybody,
firstly, I'm new to the mm-wave module and I need assistance in implementing a Constant Bit Rate (CBR) application. The specific requirements for this application include a non-real-time FTP flow with a constant bit rate of 100 kbps, a packet size of 500 bytes, and an inter-packet interval of 0.04 seconds.
Regarding my questions, I would like to know the necessary modifications that need to be made in the tcp-bulk-send.cc example provided in the mm-wave module to meet these requirements.
Additionally, I am curious about the behavior of TCP communication. Specifically, when nodes communicate via TCP, received packets are acknowledged by sending back a packet with an ACK bit set. I would like to know if this acknowledgment process happens automatically when using the BulkSendHelper class.
I'm eagerly awaiting your response.
Best regards,
The text was updated successfully, but these errors were encountered: