I have a windows service that is listening to UDP packets and forwards them (as well as other things) via HTTP and I'm interested in giving it the least privileges as possible.
I'm unsure whether UDP listening requires special/admin privileges?
I am using UDPClient.Listen on port 1813.
My understanding of Network Service is that it uses the login credentials for network shares / domain access etc, not that it is regarding outgoing http connectivity?