I have created a network topology of 1 user equipment UE , 1 Gnb and 1 remote host .
I am trying to send traffic from remotehost to the UE using Tcp BulksendHelper
I have set the maxbytes attribute for TcpBulksendHelper to 0, so it should send unlimited data as long as the simulation runs.
But the number of packets transferred does not increase at all even after increasing the simulation time .
I am using ns-3 version 3.40 and latest version of nr module.
Case 1:
simulation time = 50 seconds
Packets transferred = 983

Case 2:
simulation time = 100 seconds
Packets transferred =984

Here is my ns3 file :