- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 72字
- 2021-07-02 15:50:03
Flags
These are used to alter the way flows get managed. Flags are commonly used in various headers to specify certain actions; major ones include OFPXMT_OFB_TCP_FLAGS used in TCP header (EXT-109). This field is used to match all flags, such as SYN, ACK, and FIN, and can be used to detect the start and the end of TCP connections. Another common flag is OFPC_FRAG_REASM, which reassembles IP fragments before pipeline processing.
推薦閱讀
- Node.js Design Patterns
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- 快速念咒:MySQL入門(mén)指南與進(jìn)階實(shí)戰(zhàn)
- Python:Master the Art of Design Patterns
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Java Web開(kāi)發(fā)詳解
- INSTANT Silverlight 5 Animation
- Python網(wǎng)絡(luò)爬蟲(chóng)技術(shù)與應(yīng)用
- BeagleBone Robotic Projects(Second Edition)
- QPanda量子計(jì)算編程
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Software-Defined Networking with OpenFlow(Second Edition)
- SAP Web Dynpro for ABAP開(kāi)發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- Mastering ArcGIS Server Development with JavaScript
- PHP 7 Programming Blueprints