close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Proto/cModules/f0Computing/e0ToDo


Ignore:
Timestamp:
Nov 29, 2014, 2:12:07 AM (9 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/f0Computing/e0ToDo

    v1 v1  
     1= TODO List =
     2
     3The current implementation can be considered as part of the MF_segmentor element. At some point, i still wish we can upgrade the logic flow of the MF router, and we can let the computing element become a completely independent element, as in the early 2013 version. It would be really helpful for the future development.
     4There might be some bug in the MF_Segmentor::Computing_updated_chunk , as I develop it just based on my understanding of the MF click router, and I might miss something. After a processed chunk payload is ready, I tried to:
     5 1. clear all packets
     6 1. reconstruct all packets according to the new payload, for every packet, i add a hop header (particularly, for the 1st packet, i add a routing header and a transport header)
     7 1. re-set the chunk payload size in the end
     8(i foresee that there might be some problem for the chunk pkt count, as the mfchunk.hh does not have a setChkPktCnt() at the moment, I am not very sure if this would be an issue)