Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Update readme for ipv4 vs. ipv6 writing to backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Turner committed Jun 10, 2011
1 parent 12be05a commit 2d7b9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,9 +18,9 @@ with this backend handler so that the backend can dictate throttling behavior,
maxmium connection behavior, availability of service, etc.

`stud` has one "cool trick"--it will optionally write the client IP address
as the first four octets little endian. In this way, backends who care about
the client IP can still access it even though `stud` itself appears to be
the connected client.
as the first few octets (depending on IPv4 or IPv6) to the backend. In this way,
backends who care about the client IP can still access it even though `stud`
itself appears to be the connected client.

Requirements and Limitations
----------------------------
Expand Down

0 comments on commit 2d7b9d2

Please sign in to comment.