当前位置:首页 » 专业资讯
开发技术指南» 文章正文
    引言:
 

 

 ·linux系统ioctl使用示例    »显示摘要«
    摘要:i love linux and open source,but i love my girl more.      these were writed and collected by kf701,you can use and modify them but no warranty.  contact with me : kf_701@21cn.com程序1:检测接口的 inet_addr,netmas......
 ·玩转idt    »显示摘要«
    摘要:好文章,当然放上. 0 - 前言 1 - 绪论 2 - 介绍 2.1 - 什么是中断(interrupt)? 2.2 - 中断和异常(exception) 2.3 - 中断向量 2.4 - 什么是idt? 3 - 异常 3.1 - 异常列表 3.2 - 当异常出现时会发生什么 ? 3.3 - 中断钩子(hooking) by mammon 3.4 - 一般中断钩子 3.5 - profit钩子 : 我们第一个后门 3.6 - fun钩子 4 - 硬件中断 ......


Shaping Script for VoIP Priority
续。。。

#!/bin/sh 【相关文章:XFree86/KDE for Cygw

【扩展阅读:GCC开发工具简介

# 【扩展信息:add yaffs fs to kern

# script by ron senykoff 2005

#####################################

############ variables ##############

#                                   #

e=eth0 # interface

nonvoiprate=150kbps # throttle for nonvoip - make sure to keep is slow enough

citrix=60kbps

video=110kbps

sametime=5kbps

bulk=10kbps

colo1="x.x.x.x" # substitute ips here

colo2="x.x.x.x"

sametime="x.x.x.x"

#                                   #

#####################################

#####################################

# delete any old rules #

tc qdisc del root dev $e

#ifconfig $e txqueuelen 10

# root qdisc /  qdisc = queueing discipline #

tc qdisc add dev $e root handle 1: prio bands 2 priomap 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

# creates classes 1:1 and 1:2

# put a pfifo on so we can see it at the console

tc qdisc add dev $e parent 1:1 handle 11: pfifo

# on the second band of the prio we but an htb to keep

# the rest of the traffic from ever overrunning the link

# any traffic not caught by our filters goes to the bulk category

tc qdisc add dev $e parent 1:2 handle 10: htb default 40

tc class add dev $e parent 10: classid 10:1 htb rate $nonvoiprate

# define the inner classes of the htb - prioritized from 10 - 40

tc class add dev $e parent 10:1 classid 10:10 htb rate $citrix ceil $nonvoiprate quantum 1500


...   下一页
 ·键盘飞梭驱动    »显示摘要«
    摘要:联想键盘飞梭驱动程序。看框架再改之~~#include #include #include #include #include #include #include /* * version information */#define driver_version ""#define driver_author "tge hotkey "#define driver_desc "usb hid tge hot......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE