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
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
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
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