* udp kernel socket problem
@ 2006-04-09 21:55 Bjoern Schmidt
0 siblings, 0 replies; only message in thread
From: Bjoern Schmidt @ 2006-04-09 21:55 UTC (permalink / raw)
To: linux-kernel
-----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-----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-09 21:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-09 21:55 udp kernel socket problem Bjoern Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome