码迷,mamicode.com
首页 >  
搜索关键字:openflow extension    ( 2800个结果
Which dispatch method would be used in Swift?
In this example: protocol MyProtocol { func testFuncA() } extension MyProtocol { func testFuncA() { print("MyProtocol's testFuncA") } } class MyClass ...
分类:编程语言   时间:2018-09-20 16:08:08    阅读次数:134
阅读Deep Packet Inspection based Application-Aware Traffic Control for Software Defined Networks
Deep Packet Inspection based Application Aware Traffic Control for Software Defined Networks Globlecomm2016 核心 :细化测量粒度,弥补Openflow不足,提升处理性能、丰富服务的提供; 问题 ...
分类:移动开发   时间:2018-09-20 01:08:45    阅读次数:288
Spark Streaming入门
1. Spark Streaming入门 1. 概述 Spark Streaming is an extension of the core Spark API that enables scalable(Spark Streaming是基于Spark Core的扩展) high throughpu ...
分类:其他好文   时间:2018-09-20 00:55:58    阅读次数:232
利用Syslog Watcher在windows下部署syslog日志服务器
1.概述 syslog协议是各种网络设备、服务器支持的网络日志记录标准。Syslog消息提供有关网络事件和错误的信息。系统管理员使用Syslog进行网络管理和安全审核。 通过专用的syslog服务器和syslog协议将来自整个网络的事件记录整合到一个中央存储库中,对于网络安全具有重大意义,syslo ...
分类:Windows程序   时间:2018-09-19 20:00:11    阅读次数:409
Caused by: java.security.InvalidKeyException: Illegal key size or default parameters
How to remove the key size restriction in Java JDK? Are you developing your beautiful application using the Java Cryptography Extension, and using a k ...
分类:编程语言   时间:2018-09-19 16:22:24    阅读次数:162
【xdebug】 windows xdebug 的安装
[xdebug] zend_extension = C:\phpStudy\php53n\ext\php_xdebug-2.6.1-7.0-vc14-nts-x86_64.dllxdebug.idekey=PHPSTORMxdebug.remote_enable=1xdebug.remote_hos ...
分类:Windows程序   时间:2018-09-18 14:24:51    阅读次数:171
Ryubook_1_switch_hub_源码
一、switching hub by openflow: 用Ryu实现一个有如下功能的switching hub。 ? Learns the MAC address of the host connected to a port and retains it in the MAC address t ...
分类:其他好文   时间:2018-09-18 11:53:04    阅读次数:320
[Tools] Create a Chrome Extension
Creating a Chrome extension requires a manifest.json file which defines how your extension will behave. With a minimal setup, you can already manipula ...
分类:其他好文   时间:2018-09-16 17:15:56    阅读次数:149
dpctl 命令实践
dpctl 命令实践 dpctl 程序是一个命令行工具用来检测和管理 OpenFlow 数据通路,它能够显示当前的状态数据通路,包括功能配置和表中的条目,以及合适使用 OpenFlow 的内核模块,可以用来添加,删除,修改和监视 datapaths。 查看交换机端口信息基本情况(TCP 端口 663 ...
分类:其他好文   时间:2018-09-16 01:00:14    阅读次数:226
stateful openflow------整理openstate原理以及具体应用
openstate基本思想就是控制器下放一部分功能,交换机不再是简单的dumb,而是保留一些简单的wise。 论文中以端口锁定为例,提出了米粒型状态机在交换机内部的应用从而可以大大减少交换机和控制器之间的交互,减缓了控制器的性能瓶颈。 传统SDN架构,对一些安全应用如端口锁定,只有一定顺序的端口请求 ...
分类:其他好文   时间:2018-09-15 11:31:55    阅读次数:360
2800条   上一页 1 ... 62 63 64 65 66 ... 280 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!