To Do List
create the following variables in struct split_flow_info
1. tcp_topions of type tp_opt - This will hold all the info related to TCP options. Need to think if I need to create them or can I use tp_opt
2. prev_flow_hw of type ethhdr - This will store the hw src and dest addr of the incoming packet. I dont think that I would need a similar variable for the forward flow.
1. tcp_topions of type tp_opt - This will hold all the info related to TCP options. Need to think if I need to create them or can I use tp_opt
2. prev_flow_hw of type ethhdr - This will store the hw src and dest addr of the incoming packet. I dont think that I would need a similar variable for the forward flow.
0 Comments:
Post a Comment
<< Home