Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 6a981363d1c9c2b37d013c0cf3abe834 > files > 2

wondershaper-1.1a-2mdk.src.rpm

%define name wondershaper
%define version 1.1a
%define release 2mdk

Summary: Helps maintain interactive latency on modem/ADSL/cable.
Name: %name
Version: %version
Release: %release
License: GPL
Group: System/Servers
Url: http://lartc.org/wondershaper/
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version

%description
Maintain low latency for interfactive traffic at all times
This means that downloading or uploading files should not disturb SSH or 
even telnet. These are the most important things, even 200ms latency is 
sluggish to work over.
Allow 'surfing' at reasonable speeds while up or downloading
Even though http is 'bulk' traffic, other traffic should not drown it out 
too much.
Make sure uploads don't harm downloads, and the other way around. This is a 
much observed phenomenon where upstream traffic simply destroys download 
speed. It turns out that all this is possible, at the cost of a tiny bit of 
bandwidth. The reason that uploads, downloads and ssh hurt eachother is the 
presence of large queues in many domestic access devices like cable or DSL 
modems. 

%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build

%install

mkdir -p $RPM_BUILD_ROOT%_sbindir
install -m 755 wshaper* $RPM_BUILD_ROOT%_sbindir/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README TODO VERSION ChangeLog
%{_sbindir}/*

%changelog
* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.1a-2mdk
- rebuild

* Tue May 21 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.1a-1mdk
- 1.1a