Add support for UDP routing in systemd socket activation
This commit is contained in:
parent
95dd17e020
commit
261e4395f3
9 changed files with 158 additions and 54 deletions
|
@ -24,7 +24,7 @@ func TestShutdownUDPConn(t *testing.T) {
|
|||
}
|
||||
ep.SetDefaults()
|
||||
|
||||
entryPoint, err := NewUDPEntryPoint(&ep)
|
||||
entryPoint, err := NewUDPEntryPoint(&ep, "")
|
||||
require.NoError(t, err)
|
||||
|
||||
go entryPoint.Start(context.Background())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue