[Ryu-devel] Unique Supplements To Lose Weight Rapidly Proven and Tested

2016-05-06 Thread Rico-ke
Extra Overweight has been a long time issue that you are striving to fight? Try effective natural weight reducing supplements. Exclusive breakthrough formula, clinically proven and approved medication is a perfect tool to support your results. Works great with any suitable diet and exercise sys

Re: [Ryu-devel] TCP options (Randa Alani)

2016-05-06 Thread Randa Alani
Thank you for replaying, I know this file but what I am trying to do is the following: Normally(I think) an option can by written as this: option = '\x03\x03\x03' and included in the tcp protocol. But I want to do the following: mcw = int(log(window_scale, 2)) shift_cnt = mcw option = '\x03

Re: [Ryu-devel] TCP options (Randa Alani)

2016-05-06 Thread Ramana Reddy
Recently ryu added the feature to serialize/parse the tcp option. Please look at the this file: https://github.com/osrg/ryu/blob/master/ryu/lib/packet/tcp.py Hope this helps, Regards, Ramana On Fri, May 6, 2016 at 8:17 PM, Randa Alani wrote: > Dear all > > > > I just wanted to add that the shi

Re: [Ryu-devel] TCP options (Randa Alani)

2016-05-06 Thread Randa Alani
Dear all I just wanted to add that the shift_cnt is not a constant as I described before, instead it is a variable that presents an equation. mcw = int(log(window_scale, 2)) shift_cnt = mcw Please advise Kind regards, Randa ---

[Ryu-devel] TCP options

2016-05-06 Thread Randa Alani
Dear all How to add TCP option (window scale) when building a packet? kind = 3 length = 3 shift_cnt = 2 Kind regards, Randa -- Find and fix application performance issues faster with Applications Manager Applications M