linux/arch/ia64/include/uapi/asm
Eric Dumazet 62748f32d5 net: introduce SO_MAX_PACING_RATE
As mentioned in commit afe4fd0624 ("pkt_sched: fq: Fair Queue packet
scheduler"), this patch adds a new socket option.

SO_MAX_PACING_RATE offers the application the ability to cap the
rate computed by transport layer. Value is in bytes per second.

u32 val = 1000000;
setsockopt(sockfd, SOL_SOCKET, SO_MAX_PACING_RATE, &val, sizeof(val));

To be effectively paced, a flow must use FQ packet scheduler.

Note that a packet scheduler takes into account the headers for its
computations. The effective payload rate depends on MSS and retransmits
if any.

I chose to make this pacing rate a SOL_SOCKET option instead of a
TCP one because this can be used by other protocols.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Steinar H. Gunderson <sesse@google.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-09-28 15:35:41 -07:00
..
auxvec.h
bitsperlong.h
break.h
byteorder.h
cmpxchg.h
errno.h
fcntl.h
fpu.h
gcc_intrin.h
ia64regs.h
intel_intrin.h
intrinsics.h
ioctl.h
ioctls.h
ipcbuf.h
Kbuild UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from arches 2012-10-17 12:32:07 +01:00
kvm.h kvm: Allow build-time configuration of KVM device assignment 2013-04-28 12:58:56 +03:00
mman.h
msgbuf.h
param.h
perfmon_default_smpl.h
perfmon.h
poll.h
posix_types.h
ptrace_offsets.h
ptrace.h
resource.h
rse.h
sembuf.h
setup.h
shmbuf.h
sigcontext.h
siginfo.h
signal.h unify SS_ONSTACK/SS_DISABLE definitions 2012-12-19 18:07:39 -05:00
socket.h net: introduce SO_MAX_PACING_RATE 2013-09-28 15:35:41 -07:00
sockios.h
stat.h
statfs.h
swab.h
termbits.h
termios.h
types.h
ucontext.h
unistd.h Wire up finit_module syscall 2013-01-03 10:57:23 -08:00
ustack.h