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,
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to