ipp-server
ipp-server copied to clipboard
Windows compatibility
Windows supports IPP (since a very long time), but this server is not accepted by Windows. I've got a working implementation on my side, I'll send a pull request with the required changes:
- pretend IPP 1.0 support,
- fix some buffering issues. (The changes are simple, finding them required some debugging inside the spoolsrv process, fun but definitely not simple :) )
Did you end up submitting the pull request @pinaraf ? I'd love to know what's required changing
You can take ArcticLampyrid/ippper.rs#1 for reference @TheSkorm