Skip to content

Commit

Permalink
Merged with github-fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Sep 26, 2019
2 parents 386f908 + bda090d commit dfa75d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ As audio/video packets are streamed from a source to a destination device, SRT d
* OpenSSL
* Pthreads (for POSIX systems it's builtin, for Windows there's a library)

For detailed description of the build system and options, please [read here](BuildOptions.md).
For detailed description of the build system and options, please [read](docs/BuildOptions.md).

This comment has been minimized.

Copy link
@stevomatthews

stevomatthews Sep 26, 2019

Collaborator

. . . please read BuildOptions.md.


## For Linux:

Expand Down
9 changes: 5 additions & 4 deletions docs/BuildOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,11 @@ source address 10.0.1.20 (and the fix provided by this option will also not
apply in this case). However, this problem still exists if the listener socket
is bound to the "whole machine" (i.e. set to "any" address).

When the `--enable-pktinfo` option is ON, a mechanism is added to forcefully set
the source IP address in a response packet (to 10.0.1.20 in the above example).
This address is first extracted from the incoming packet as the target address.
This fixes the problem, as it will be interpreted by the caller peer correctly.
When this option is ON, a mechanism is added to forcefully set the source
IP address in such a response packet to 10.0.1.20 in the above example,
as well as this address is first extracted from the incoming packet as the
target address. This fixes the problem, as this will be interpreted by
the caller peer correctly.

This feature is turned off by default because the impact on performance is
currently unknown. The problem is that it causes the CMSG information to be read
Expand Down

0 comments on commit dfa75d8

Please sign in to comment.