diff options
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 |