diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-10-01 03:01:11 +0200 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-10-01 03:01:11 +0200 |
commit | f862ea896ebef66b83722104c2b708a59b13e97b (patch) | |
tree | 2fadd5b0dae349f39fe84791638e389fbb29a497 /README | |
parent | 3575e6dd5f5101e212fc3148de513ec1f10c3b85 (diff) |
Release version 1.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ bind()s to address LST-ADDR on port LST-PORT and retransmits UDP packets received to addresses(s) DST-ADDR(s) on port DST-PORT, with modified headers to reflect the new target. -To receieve broadcast traffic, use a LST-ADDR of 0.0.0.0. If +To receive broadcast traffic, use a LST-ADDR of 0.0.0.0. If a program is already listening on LST-PORT on LST-ADDR, you may listen on a broadcast address such as 255.255.255.255. @@ -14,6 +14,10 @@ directly receive packets that were broadcast. Revision history: +1st October 2014 +- udprelay-1.1 +-- Add the ability to send to a broadcast address + 29th September 2010 - udprelay-1.0 -- Initial release |