Wei Wang
Wei Wang
> mDNS/DNS-SD doesn't involve CNAMEs. First you browse (by querying for PTR records), in this case with service type set to `_openscreen._udp`. That'll provide a list of instances, which are...
It seems "Issuer Name" also has problem. According to the spec, "Issuer Name" is set as the model-name from the agent-info message. However, the model-name information is exchanged during the...
> > It seems "Issuer Name" also has problem. According to the spec, "Issuer Name" is set as the model-name from the agent-info message > > This should be same...
I think the biggest difference between friendly name and instance name is that: instance name should be unique and mDNS conflict resolution procedure is used to guarantee it (in current...
In current Open Screen Library, QuicSteam is used as unidirectional stream, see [CreateOutgoingStream](https://source.chromium.org/chromium/chromium/src/+/main:third_party/openscreen/src/osp/impl/quic/open_screen_session_base.cc;l=63) and [CreateIncomingStream](https://source.chromium.org/chromium/chromium/src/+/main:third_party/openscreen/src/osp/impl/quic/open_screen_session_base.cc;l=84;). One endpoint can only use the incoming stream to read message. If it want to...