named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
107 stars 163 forks source link

ndn-forwarding #74

Open mk228 opened 8 years ago

mk228 commented 8 years ago

Hi, I install ndnSIM 2.0 . I used ConsumerZipfManelbrot and set data packet size 1024B (Payloadsize). I want to send request for 1MB data. How can segment data?? In ndnSIM assumes that requests size are 1024B. for example : I request image that name is "m.jpg".this images has 10 segment. so producer should send images/m.jpg/s1 , images/m.jpg/s2 , ... , images/m.jpg/s10. Howwwwwwwww????