mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Increased byte array size mDNS.
This commit is contained in:
parent
ee4e108e4f
commit
0a36a6b674
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue