Re: [Ryu-devel] TCP handling in controller

2018-02-04 Thread Iwase Yusuke
Hi Tomas, Because the contained "data" in the PACKET_IN message is an Ethernet frame message, I guess it is difficult to implement such feature... For example, you need to open another socket on tap interface for example, then open "data" in PACKET_IN messages -> extract TCP payload -> forward th

[Ryu-devel] TCP handling in controller

2018-02-02 Thread Thomas Boros
Hello, I’m working on my phd thesis and I need to establish a TCP connection with a controller. Is there anyone, who already implemented a full TCP state diagram in RYU to handle incoming TCP connections towards the forwarders? I’m implementing a minimalist web server on a forwarders, so I need