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

2016-05-08 Thread Iwase Yusuke
#x27; is a padding >>> pkt = tcp.tcp(option=option) Thanks, Iwase > > Please advice > > Kind regards, > > Randa > > *From:*Ramana Reddy [mailto:gtvrre...@gmail.com] > *Sent:* 06 May 2016 17:07 > *To:* Randa Alani > *Cc:* ryu-devel@lists.sourceforge.net > *Su

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

2016-05-06 Thread Randa Alani
orge.net Subject: Re: [Ryu-devel] TCP options (Randa Alani) 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 mail

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