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,
Hi,
I just came across the following patches from 13 years ago that fix StandardIO handling for windows.
https://twistedmatrix.com/trac/ticket/2157
This still appears to be broken, so it seems these patches just got overlooked and forgotten?
- nota