[Twisted-Python] Ldaptor Proxy using UDP

Dec. 13, 2019
6:29 p.m.
I've started from the ldaptor proxy example here: https://ldaptor.readthedocs.io/en/latest/cookbook/ldap-proxy.html and have a working application using tcp, However, now there is a requirement to access via UDP. I have been struggling to get this to work, nothing seems to work. Mainly been trying to duplicate how the DNS server works for both tcp & udp. class DNSDatagramProtocol(dns.DNSMixin, protocol.DatagramProtocol): but not sure if that is the right path or there is an easier way. thank you,
1918
Age (days ago)
1918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthew Robertson