<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - networking</title>
 <link>http://www.kerneltrap.org/taxonomy/term/1036/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Problem with sock_create in KLM</title>
 <link>http://www.kerneltrap.org/node/56923</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Hello, i am dealing with studiing kernel module. As example i am using block device from lwn&lt;br /&gt;
&lt;a href=&quot;http://lwn.net/Articles/58719/&quot; title=&quot;http://lwn.net/Articles/58719/&quot;&gt;http://lwn.net/Articles/58719/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and so far so good, but i am trying to create simple network disk (just for test, ...) &lt;/p&gt;
&lt;p&gt;I found this article.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxjournal.com/node/7660&quot; title=&quot;http://www.linuxjournal.com/node/7660&quot;&gt;http://www.linuxjournal.com/node/7660&lt;/a&gt;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/56923&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/56923#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/4353">kernel module</category>
 <category domain="http://www.kerneltrap.org/Linux">Linux</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/171">Linux kernel</category>
 <category domain="http://www.kerneltrap.org/networking">networking</category>
 <pubDate>Sun, 18 Apr 2010 22:05:12 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">56923 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>I am doing one kernel socket client server chat program Is not working  </title>
 <link>http://www.kerneltrap.org/node/48743</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/taxonomy/term/171&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://www.kerneltrap.org/files/category_pictures/files/category_pictures_0&quot; alt=&quot;Linux&quot; title=&quot;Linux&quot;  width=&quot;&quot; height=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;. i used some net resourses and some additions by myself ,i think my server program is working ,i can connect to it from a user client program,but in kernel level my server and client modules are not workis,,,, No more kernel panics,but it suspends in a prompt,&lt;/p&gt;
&lt;p&gt;I am using  Redhat 5 with a kernel of 2.6.18&lt;/p&gt;
&lt;p&gt;my kernel modules are following , i am using ioctl for a future controll&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/node/48743&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/node/48743#comments</comments>
 <category domain="http://www.kerneltrap.org/taxonomy/term/295">KernelTrap</category>
 <category domain="http://www.kerneltrap.org/taxonomy/term/171">Linux kernel</category>
 <category domain="http://www.kerneltrap.org/networking">networking</category>
 <pubDate>Fri, 11 Dec 2009 11:29:53 +0000</pubDate>
 <dc:creator>jayakrishnan.aj</dc:creator>
 <guid isPermaLink="false">48743 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>BSDCan 2008: Stream Control Transmission Protocol</title>
 <link>http://www.kerneltrap.org/FreeBSD/BSDCan_2008_Stream_Control_Transmission_Protocol</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/freebsd&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kt1.osuosl.org/files/category_pictures/K-FreeBSD_0.gif&quot; alt=&quot;FreeBSD news&quot; title=&quot;FreeBSD news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Randall Stewart of Cisco Systems gave a talk titled &lt;a href=&quot;http://www.bsdcan.org/2008/schedule/events/91.en.html&quot;&gt;SCTP, what it is and how to use it&lt;/a&gt;, discussing the Stream Control Transmission Protocol (SCTP).  A paper that was displayed on the overhead projecter before the talk began summarized:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Integrated into FreeBSD 7.0 -- first standardized by the Internet Engineering Task force (IETF) in October of 2000, in RFC 2960 and later updated by RFC 4960.  SCTP is a message oriented protocol providing reliable end to end communication between two peers in an IP network.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Randall explained that SCTP is an alternative protocol to TCP, UDP.  To describe SCTP, he suggested you start with TCP features, including: reliable retransmission, congestion control, flow control, connection oriented, and selective acknowledgements.  You then add to it more features, including: &quot;association&quot; 4-way handshake, framing and ordered service, multistreaming, multihoming, and reachability.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://www.kerneltrap.org/FreeBSD/BSDCan_2008_Stream_Control_Transmission_Protocol&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.kerneltrap.org/FreeBSD/BSDCan_2008_Stream_Control_Transmission_Protocol#comments</comments>
 <category domain="http://www.kerneltrap.org/BSDCan">BSDCan</category>
 <category domain="http://www.kerneltrap.org/Cisco">Cisco</category>
 <category domain="http://www.kerneltrap.org/FreeBSD">FreeBSD</category>
 <category domain="http://www.kerneltrap.org/networking">networking</category>
 <category domain="http://www.kerneltrap.org/Randall_Stewart">Randall Stewart</category>
 <category domain="http://www.kerneltrap.org/SCTP">SCTP</category>
 <category domain="http://www.kerneltrap.org/news/freebsd">FreeBSD news</category>
 <pubDate>Sat, 17 May 2008 10:52:37 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">16144 at http://www.kerneltrap.org</guid>
</item>
<item>
 <title>Third Quarter FreeBSD Status Report</title>
 <link>http://www.kerneltrap.org/FreeBSD/Third_Quarter_FreeBSD_Status_Report</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/freebsd&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kt1.osuosl.org/files/category_pictures/K-FreeBSD_0.gif&quot; alt=&quot;FreeBSD news&quot; title=&quot;FreeBSD news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;This report covers FreeBSD related projects between July and October 2007,&lt;/i&gt;&quot; began the latest &lt;a href=&quot;http://kerneltrap.org/mailarchive/freebsd-announce/2007/10/10/334334&quot;&gt;FreeBSD Quarterly Status Report&lt;/a&gt;, posted by Brad Davis.  He included a summary of the recent Google Summer of Code projects noting, &quot;&lt;i&gt;lots of participants are working getting their code merged back into FreeBSD.&lt;/i&gt;&quot;  Regarding the upcoming FreeBSD 7.0 release he noted, &quot;&lt;i&gt;the bugs in the FreeBSD HEAD branch are being shaked out and it is being prepared for the FreeBSD 7 branching.  If your are curious about what&#039;s new in FreeBSD 7.0 we suggest reading Ivan Voras&#039; excellent &lt;a href=&quot;http://ivoras.sharanet.org/freebsd/freebsd7.html&quot;&gt;summary&lt;/a&gt;.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Among the many projects discussed in the status report was work by Marko Zec on network stack virtualization, &quot;&lt;i&gt;the network stack virtualization project aims at extending the FreeBSD kernel to maintain multiple independent instances of networking state.  This allows for networking independence between jail-like environmens, each maintaining its private network interface set, IPv4 and IPv6 network and port address space, routing tables, IPSec configuration, firewalls, and more.&lt;/i&gt;&quot;  Another project discussed was the porti