Re: [pox-dev] Build MAC list

2013-11-25 Thread Murphy McCauley
On Nov 25, 2013, at 2:18 PM, Amer wrote: > Hello, > I tried it, it works fine. > I tried pox.py forwarding. l2_multi openflow.discovery proto.dhcpd: default > > I received in Debug: > misc.dhcpd [00-00-00-00-00-07 4] no packet > proto.dhcpd [00-00-00-00-00-07 4] no packet > > DHCP packet data

Re: [pox-dev] Build MAC list

2013-11-25 Thread Amer
Hello, I tried it, it works fine. I tried pox.py forwarding. l2_multi openflow.discovery proto.dhcpd: default I received in Debug: misc.dhcpd [00-00-00-00-00-07 4] no packet proto.dhcpd [00-00-00-00-00-07 4] no packet DHCP packet data too short to parse: data len 86 Best regards, Amer Sent fro

Re: [pox-dev] Create TCP packet

2013-11-25 Thread Murphy McCauley
The .win attribute of the TCP class should be an integer, and it's just put into the 16-bit window field verbatim. IIRC, in the absence of window scaling, this is just the number of bytes (beyond whatever is being ACKed) that you're willing to receive. (If you're just trying to get a client to

[pox-dev] Create TCP packet

2013-11-25 Thread Silvia Fichera
Hi all, I would like send a TCP - SYN/ACK packet from the controller to one host. I already know how to buid UDP packet and send it in flooding, so I think I can follow the same way with TCP fields. I need to set a minimal congestion window as I can receive only the ACK. Is it measured in bit? How