|
Hello, Thanks, |
Replies: 3 comments 4 replies
|
Python-ndn does not do segmentation autmatically. |
|
These really helped! Thank you!
|
|
Hi @zjkmxy, I have tried to use putchunks to send fresh data by using data = os.urandom(32000) so it would send new data every time there is a new interest from catchunks, but it didn't seem to work. It seems like the same data is sent over cnt times. Any idea why that is happening? |
These really helped! Thank you!