Name: stab
Version: 1.3.3~alpha1.0
Release: 1
Summary: Sends chirps to bottleneck detection
Group: Applications/Internet
License: Open Source
URL: http://www.iem.uni-due.de/~dreibh/stab/
Source: http://www.iem.uni-due.de/~dreibh/stab/download/%{name}-%{version}.tar.gz

AutoReqProv: on
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%define _unpackaged_files_terminate_build 0

%description
STAB is a new active probing tool for locating thin links on a network path. A thin link is a link with less available bandwidth than all links preceding it on the path. The last thin link on the path is the link with the minimum available bandwidth or tight link. STAB combines the concept of "self-induced congestion", the probing technique of "packet tailgating", and special probing trains called "chirps" to efficiently locate the thin links.

%prep
%setup -q

%build
autoreconf -if

%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install

%files
%{_bindir}/stab_rcv
%{_bindir}/stab_snd

%doc

%changelog
* Wed Dec 06 2023 Thomas Dreibholz <dreibh@iem.uni-due.de> - 1.3.2
- New upstream release.
* Wed Feb 16 2022 Thomas Dreibholz <dreibh@iem.uni-due.de> - 1.3.1
- New upstream release.
* Tue Nov 05 2013 Thomas Dreibholz <dreibh@iem.uni-due.de> - 1.3.1
- Created RPM package.