diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-12-24 00:38:43 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-12-24 00:38:43 +0000 |
| commit | 64afac23548643fef0d91a124e6f5cfef8626ad4 (patch) | |
| tree | 2be8a4d48cc397b6977a46cf41030093bfae010f /README.md | |
| parent | ee48fd4a8b2be2b3542a03c110b6d690306b27fc (diff) | |
| download | slowpoke-64afac23548643fef0d91a124e6f5cfef8626ad4.tar.xz slowpoke-64afac23548643fef0d91a124e6f5cfef8626ad4.zip | |
Add travis build script
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Slowpoke -Slowpoke is a simple TCP proxy which can introduce a configurable latency between packet transfers. +Slowpoke is a simple TCP proxy which can introduce configurable latency between packet delivery. This allows you to test and profile how your application behaves with different levels of latency between services such as databases or caches. ## Running |