聪
聪
This PR is aim to show what we done. You could find out how we use rust write driver in [win_driver_example](https://github.com/Trantect/win_driver_example) That is a example code picked from our private...
metallb-version 0.13.4 k8s-version 1.23.8 https://github.com/metallb/metallb/blob/8377501adec634ecfa7a215560daa2c81c31c025/internal/layer2/announcer.go#L115 it may report error like ' cannot assign requested address' when you try to bind a ipv6 address which is [tentative dadfailed](https://serverfault.com/a/829646/767524) to fix it....
metallb-version 0.13.4 k8s-version 1.23.8 https://github.com/metallb/metallb/blob/91b34a0a7b8d6fe3735a204c6b2c205133bb9d6a/internal/allocator/allocator.go#L262 is should be better if we could fallback to singleStack when preferDualStack.
 when use source code as practice source. it seems remove all the newline. might same feature request as https://github.com/max-niederman/ttyper/issues/61
https://github.com/Amanieu/parking_lot/blob/715d0869e15be481319083578f9dd9bcbe99e635/core/src/thread_parker/windows/keyed_event.rs#L167 i'm try to implement a channel which could used in xp , so i just replace all condvar in crossbeam channel. it works in win10 but when test in...