mDNS no longer crashes on malformed packets

This commit is contained in:
Andrew Hennessy
2013-11-04 17:13:13 -05:00
parent 1d5adff0d5
commit 7038384d36
7 changed files with 193 additions and 251 deletions

View File

@@ -16,7 +16,7 @@
android:layout_centerHorizontal="true"
android:text="Pair with PC"/>
<<<<<<< HEAD
<ListView
android:id="@+id/mDNSResultView"
android:layout_width="fill_parent"
@@ -24,7 +24,7 @@
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" >
</ListView>
=======
<EditText
android:id="@+id/hostTextView"
android:layout_width="wrap_content"
@@ -42,6 +42,6 @@
android:layout_below="@+id/hostTextView"
android:layout_centerHorizontal="true"
android:text="Start Streaming Steam!" />
>>>>>>> d7062ac2e0b306c42144c84690a3735c5878e11d
</RelativeLayout>