Feature #6
Add udp-association code to zsrelay core
| Status: | fixed | Start: | 12/21/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | shirk | % Done: | 100% |
|
| Category: | zsrelay app | |||
| Target version: | 0.5.0-12 | |||
| Firmware: | 2.2 |
Description
The SOCKS5 RFC describes a feature called 'UDP-Association'
(for a detailed description look here: RFC 1928)
It enabled a client application to relay UDP packets through the SOCKS proxy.
This feature is currently not available in zsrelay - but it should be.
Even if it's only for feature completeness.
History
Updated by shirk over 1 year ago
- Status changed from assigned to in-testing
- % Done changed from 0 to 90
Basic support for UDP-association (no SOCKS relaying) was added in f7ce2da0c6e7eba733b1aca8412e8c5b4cdafb51.
This will allow clients to associate with zsrelay and send and receive UDP packages.
Support for client ip-discover was added in 4c673b70229d14347687628fec248c4c9e8077e6.
The client does no longer need to supply it's IP as zsrelay is now able to detect it (as required by the RFC)
Updated by shirk over 1 year ago
- Status changed from in-testing to fixed
- % Done changed from 90 to 100