summaryrefslogtreecommitdiffhomepage
path: root/doc/source/quantumclient/client.py
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2015-12-04 14:56:54 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-12-08 21:24:49 +0900
commit0a223481ddb4a3b0a936fdd9ff5f8168e974ce46 (patch)
treeb579db1e5570ba00343981080806bbee5be32efd /doc/source/quantumclient/client.py
parent6ca70939a4c3b19a421cdf648b74d3337c604e02 (diff)
controller: Split received message buffer
When Ryu getting multiple OpenFlow messages in a single packet, _recv_loop() can pass the messages data including the subsequent OpenFlow message binary data to ofproto_parser.msg(). If the received OpenFlow message containing a binary data field (e.g. Echo-Reply, Packet-In), the parser may compose messages class with the subsequent messages data into the data field. This patch splits the received message buffer by the recieved OpenFlow message lenght and passes it to the parser. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/client.py')
0 files changed, 0 insertions, 0 deletions