Levente Mészáros
                                            Levente Mészáros
                                        
                                    Actually it works this way by design. The Ethernet switches are L2 devices, and as such they are not part of the IP address assignment and static routing configuration done...
When you see the routing table in the GUI, it is just a direct visualization of the C++ member variable that is used to lookup the best matching route. The...
This is not the right forum to ask questions. Please use the mailing list for this purpose.
Bah, I accidentally closed this issue, but the original issue is still open.
I think this should rather be fixed in the radios. There's no reason to pass up a frame to the MAC that is completely unrelated to the given wireless technology.
I respectuflly disagree for the following reason. In the real world, the 802.11 PHY can only receive a signal if it is a proper 802.11 signal with respect to its...
Ah, ok, I see. In my first comment, I didn't mean to actually close this bug, because I think INET still doesn't filter the packets right in the PHY layer...
The connect() method in INET's UdpSocket is used to remember the destination address/port to send to and receiver from. This is only a convenience feature. If you look at the...
Hmm, I might be wrong about the single protection mechanism. Looking at the code revealed that when it is used in a txop, it must protect for the pending data...
Since this is an open issue, I don't think so.