mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-28 04:20:13 +02:00
Increased byte array size mDNS.
This commit is contained in:
parent
ee4e108e4f
commit
0a36a6b674
@ -232,7 +232,7 @@ class MDNSListener {
|
||||
private fun receiveLoop(client: DatagramSocket) {
|
||||
Logger.i(TAG, "Started receive loop")
|
||||
|
||||
val buffer = ByteArray(1024)
|
||||
val buffer = ByteArray(8972)
|
||||
val packet = DatagramPacket(buffer, buffer.size)
|
||||
while (_started) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user