Daily Schedule

Wednesday, November 11, 2009

1. If dropping it in the physical layer, check if CBR actually receives it.
- Yes, find out the Phy802_11CheckRxPacketError is actually the place where true will drop the packet, false will not
- Check whether just data packet goes through Phy802_11CheckRxPacketError: no rts, cts as well
- Found that when the data receives correctly, ack is received; fix the perfect transmission here <=
- When the data does not, retransmission is not sent; the entire packet got dropped way before it can be recorded; may need to record the time way earlier in MacDot11HandleTimeout
- What doesn't the number of sent packets correspond to the number of dropped packets?
2. Life-study - done
3. Hall 5 Newsletter summary - done

0 Comments:

Post a Comment

<< Home