node38.html

来自「用C++编写的GPRS协议栈源代码」· HTML 代码 · 共 42 行

HTML
42
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><!--Converted with LaTeX2HTML 96.1 (Feb 5, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds --><HTML><HEAD><TITLE>To bypass the RLC</TITLE><META NAME="description" CONTENT="To bypass the RLC"><META NAME="keywords" CONTENT="gprs"><META NAME="resource-type" CONTENT="document"><META NAME="distribution" CONTENT="global"><LINK REL=STYLESHEET HREF="gprs.css"></HEAD><BODY LANG="EN"> <A NAME="tex2html506" HREF="node39.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://cbl.leeds.ac.uk/nikos/figs/next_motif.gif"></A> <A NAME="tex2html504" HREF="node34.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://cbl.leeds.ac.uk/nikos/figs/up_motif.gif"></A> <A NAME="tex2html500" HREF="node37.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://cbl.leeds.ac.uk/nikos/figs/previous_motif.gif"></A>   <BR><B> Next:</B> <A NAME="tex2html507" HREF="node39.html">Link Layer(LL)</A><B>Up:</B> <A NAME="tex2html505" HREF="node34.html">Radio Link  Control (RLC)</A><B> Previous:</B> <A NAME="tex2html501" HREF="node37.html">Modifications for use outside </A><BR> <P><H2><A NAME="SECTION00144000000000000000">To bypass the RLC</A></H2><P>RLC layer can be bypassed by changing the following part in<I>&nbsp;ns</I>/tcl/lib/ns-mobilenode.tcl<P><PRE>     # Link Layer     $ll arptable $arptable_     $ll ifq $ifq     $ll mac $mac     # $ll down-target $ifq;    #if NO rlc uncomment it     $ll down-target $rlc;      #if NO rlc comment this and rest of rlc below     # for rlc     $rlc up-target $ll     $rlc mac $mac     $rlc down-target $ifq</PRE><P><BR> <HR><P><ADDRESS><I>Richa Jain (96D07007) <BR>Tue Jul 24 22:29:53 IST 2001</I></ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?