mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
updated doc
This commit is contained in:
parent
ffa4482799
commit
76d7238c77
@ -197,9 +197,13 @@ public class MRM extends AbstractRadioMedium {
|
||||
recv.interfereAnyReception();
|
||||
} else if (recv.isInterfered()) {
|
||||
if (WITH_CAPTURE_EFFECT) {
|
||||
/* XXX TODO This may be wrong:
|
||||
* If the interfering signal is both weaker and the SFD has not
|
||||
* been received, then the stronger signal may actually be received.
|
||||
/* XXX TODO Implement me:
|
||||
* If the new transmission is both stronger and the SFD has not
|
||||
* been received by the weaker transmission, then this new
|
||||
* transmission should be received.
|
||||
*
|
||||
* When this is implemented, also implement
|
||||
* RadioConnection.java:getReceptionStartTime()
|
||||
*/
|
||||
|
||||
/* Was interfered: keep interfering */
|
||||
|
Loading…
Reference in New Issue
Block a user