linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is there any more special purpose sockets in Linux kernel 2.6
@ 2004-12-26  5:51 Park Lee
  0 siblings, 0 replies; only message in thread
From: Park Lee @ 2004-12-26  5:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-net, dave

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1000 bytes --]

Hi,
  As we know, the Linux network component creates two
special purpose sockets for use by the AF_INET
protocol family. The tcp_socket is used to send resets
when a TCP packet is rejected, since there may be no
local socket corresponding to the packet. The
icmp_socket is used to send ICMP messages.

  Now, Is there still only the two special purpose
sockets (i.e. tcp_socket and icmp_socket) in Linux
kernel 2.6 for use by the AF_INET protocol family for
those packets that have no local socket corresponding
to them?
  Do all other packet (which is going to be sent out)
have a local socket corresponding to them
respectively, except those packets which use the above
special purpose sockets? 
  And, as for a packet which is received, Is there a
local socket corresponding to it on the receiving
machine?  

  Thanks in advance.


=====
Best Regards,
Park Lee


		
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-26  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-26  5:51 Is there any more special purpose sockets in Linux kernel 2.6 Park Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).