All of lore.kernel.org
 help / color / mirror / Atom feed
From: manojnayak2005@gmail.com (Manoj Nayak)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Adding new protocol to linux.
Date: Tue, 29 Mar 2016 10:06:52 +0530	[thread overview]
Message-ID: <CAOsfsFK-A+zw-pU6rLFPkZ+FNPQZeh0XnX72YNGCm9nCe6oddw@mail.gmail.com> (raw)

Hi Daniel,

Some of the Network application use two connections. One connection for
control channel to send commands and status update. Other connection is
used for real data transfer. For example: FTP. However this needs two
socket.

TCP talks about out-of-band data transfer using Urgent Pointer flag and
Urgent pointer offset in the tcp header. However the data transfer uses the
same connection.

Regards
Manoj Nayak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160329/7b1a00f2/attachment.html 

             reply	other threads:[~2016-03-29  4:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29  4:36 Manoj Nayak [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-28 15:03 Adding new protocol to linux Manoj Nayak
2016-03-28 20:08 ` Rami Rosen
2016-03-28 21:36   ` Daniel.
2016-03-28 13:35 Manoj Nayak
2016-03-26  2:00 Daniel.
2016-03-26 11:04 ` Rami Rosen
     [not found]   ` <CAF3SDA5kn7_Pnx0=XpeQOB-D2UCeYZEnzPpcE=25U30ob9KSHQ@mail.gmail.com>
2016-03-26 23:30     ` Daniel
2016-03-26 19:59 ` Valdis.Kletnieks at vt.edu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOsfsFK-A+zw-pU6rLFPkZ+FNPQZeh0XnX72YNGCm9nCe6oddw@mail.gmail.com \
    --to=manojnayak2005@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.