etcd/pkg
Gyu-Ho Lee 4422db389a pkg/netutil: add linux netem functions
This is useful for simulating bad networks by introducing
latencies to wide area networks.

Reference:
http://www.linuxfoundation.org/collaborate/workgroups/networking/netem
2016-03-03 10:14:28 -08:00
..
adt pkg/adt: interval tree 2016-02-29 15:20:30 -08:00
contention etcdserver: detect raft starvation caused by contention 2016-02-29 17:06:57 -08:00
cors *: add missing package descriptions 2015-11-17 20:54:10 -08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
fileutil *: fix many typos 2016-01-31 21:42:39 -08:00
flags *: add missing package descriptions 2015-11-17 20:54:10 -08:00
httputil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
idutil *: exported godoc fixups 2016-02-21 20:36:44 -08:00
ioutil pkg: fix tiny docstring typo in ioutil 2015-12-22 16:37:22 +01:00
logutil logutil: fix typo in comment 2016-01-29 16:01:19 +09:00
netutil pkg/netutil: add linux netem functions 2016-03-03 10:14:28 -08:00
osutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pathutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pbutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
runtime *: add missing package descriptions 2015-11-17 20:54:10 -08:00
schedule *: fix schedule.Wait race 2016-02-11 15:21:33 -08:00
testutil pkg/testutil: more aggressive goroutine stack trace coalescing 2016-02-02 21:20:24 -08:00
transport *: fix many typos 2016-01-31 21:42:39 -08:00
types *: fix many typos 2016-01-31 21:42:39 -08:00
wait pkg/wait: make id checking stricter 2016-02-04 09:59:49 -08:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.