There are some tests that doesn't need the UDP listener, so they can disable it. This is specially needed for tests that use hostNetwork pods, if 2 pods try to bind to the same port, the test will fail because one of the pod can't be scheduled because of the port conflict. To keep backwards compatibility, we can add an option to disable the UDP listener by setting the port number to -1, that is consistent with the SCTP implementation.