Skip to content

Commit

Permalink
minor wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Jan 2, 2014
1 parent ecc1230 commit 2db9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ The library does not aim to be a reference DNS querier and cache as described in
- To avoid that each service browser instance queries the network for the same service, an instance will not query when it hears another querrier. As a result (in steady state) only **one querrier** will be present, while the others will be listening.
- The library is **self-contained** and does not use a system service (e.g. avahi, bonjour) for mDNS. RFC6762 recommends the use of a single service, but it is not possible to combine this requirement with the differences described in this paragraph.
- The library **automatically resolves the IP addresses** of the service host. No separate resolve operation is required.
- The library launches events in a **_SynchronizationContext_**. This context can be set explicitly or it is captured automatically when the first browse operation starts. Using this library in a WinForms/WPF application is easy as the user can update the controls directly in the event handlers.
- The library launches events in a **_SynchronizationContext_**. This context can be set explicitly or it is captured automatically when the browse operation is executed. Using this library in a WinForms/WPF application is easy as the user can update the UI directly in the event handlers.

0 comments on commit 2db9795

Please sign in to comment.