add multicast groups param to nellie.open

This commit is contained in:
Daniel Barlow
2024-04-11 23:03:49 +01:00
parent f233acf9ff
commit f3a13630d3
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
local nellie = require('nellie')
print('dfg')
local f = nellie.open()
local f = nellie.open(2)
print(string.byte(f:read(1000), 0, 60))