From: Bjoern Schmidt <bj-schmidt@uni-paderborn.de>
To: linux-kernel@vger.kernel.org
Subject: udp kernel socket problem
Date: Sun, 09 Apr 2006 23:55:46 +0200 [thread overview]
Message-ID: <443982E2.8070403@uni-paderborn.de> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
i wrote a kernel driver which sends data as payload of an udp packet via
a udp kernel socket.
The problem is that _not_ every sock_sendmsg() call puts a packet onto
the wire. Instead the data from several sock_sendmsg() calls will be
merged in one big udp packet and then put on the wire. (Is THAT called
CORK?)
How can i force the kernel to put one udp packet per sock_sendmsg()
call (immediately ) onto the wire?
Please CC because i am not a subscriber of this list!
- --
greetings
Bjoern Schmidt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
iD8DBQFEOYLiLR9iDVPSetsRAqgzAJ9GQSyO2l1venCyjwG4u653lpc6QwCgkBMS
lxnJjExKNg/8FT5DAGastcA=
=FgOJ
-----END PGP SIGNATURE-----
reply other threads:[~2006-04-09 21:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=443982E2.8070403@uni-paderborn.de \
--to=bj-schmidt@uni-paderborn.de \
--cc=linux-kernel@vger.kernel.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.