harshm
harshm
Is there any way I can send IGMP messages so that I can Join a multicast group and send and receive UDP messages from that group? I know the IGMP...
I was running the acceptance test and came across this when I ran the following Test case after modifiying the value for **header:reserved:0xff** to **header:reserved:0xaa** - Atest - Default Values...
I have a message that doesn't have message fields to it. The message is a type of (ACK)acknowledgement to another message and it contains only header part of the protocol....
When I use the pdu length as a free length while defining the protocol. ``` ... ... self.pdu('*') self.end_protocol() ``` I get a python error saying """ pydev debugger: starting...