Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Issue 1426863003: Add a mDNS package (Closed)

Created:
5 years, 1 month ago by Søren Gjesse
Modified:
5 years, 1 month ago
Reviewers:
karlklose
CC:
fletch+reviews_googlegroups.com
Base URL:
git@github.com:dart-lang/fletch.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a mDNS package Implementation of mDNS one-shot query. This package uses dart:io and runs only on the Dart VM. R=karlklose@google.com BUG= Committed: https://github.com/dart-lang/fletch/commit/f0d30ec90e9c6c9c157fa583c74a5f8d5321891d

Patch Set 1 #

Total comments: 24

Patch Set 2 : Addressed review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+559 lines, -0 lines) Patch
M .packages View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/mdns/lib/mdns.dart View 1 1 chunk +111 lines, -0 lines 0 comments Download
A pkg/mdns/lib/src/constants.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download
A pkg/mdns/lib/src/lookup_resolver.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A pkg/mdns/lib/src/packet.dart View 1 1 chunk +187 lines, -0 lines 1 comment Download
A pkg/mdns/test/decode_test.dart View 1 1 chunk +111 lines, -0 lines 0 comments Download
A pkg/mdns/test/lookup_resolver_test.dart View 1 chunk +69 lines, -0 lines 0 comments Download
M tests/fletch_tests/all_tests.dart View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Søren Gjesse
5 years, 1 month ago (2015-10-28 09:04:55 UTC) #1
karlklose
LGTM. https://codereview.chromium.org/1426863003/diff/1/pkg/mdns/lib/mdns.dart File pkg/mdns/lib/mdns.dart (right): https://codereview.chromium.org/1426863003/diff/1/pkg/mdns/lib/mdns.dart#newcode18 pkg/mdns/lib/mdns.dart:18: class MDNSClient { I think this should be ...
5 years, 1 month ago (2015-10-28 10:14:31 UTC) #2
Søren Gjesse
https://codereview.chromium.org/1426863003/diff/1/pkg/mdns/lib/mdns.dart File pkg/mdns/lib/mdns.dart (right): https://codereview.chromium.org/1426863003/diff/1/pkg/mdns/lib/mdns.dart#newcode18 pkg/mdns/lib/mdns.dart:18: class MDNSClient { On 2015/10/28 10:14:30, karlklose wrote: > ...
5 years, 1 month ago (2015-10-28 11:36:57 UTC) #3
Søren Gjesse
Committed patchset #2 (id:20001) manually as f0d30ec90e9c6c9c157fa583c74a5f8d5321891d (presubmit successful).
5 years, 1 month ago (2015-10-28 11:42:18 UTC) #4
karlklose
5 years, 1 month ago (2015-10-29 10:29:44 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/1426863003/diff/20001/pkg/mdns/lib/src/packet...
File pkg/mdns/lib/src/packet.dart (right):

https://codereview.chromium.org/1426863003/diff/20001/pkg/mdns/lib/src/packet...
pkg/mdns/lib/src/packet.dart:72: /// See See https://tools.ietf.org/html/rfc1035
for the format.
'See See' -> 'See'.

Powered by Google App Engine
This is Rietveld 408576698