SenseUnit / dtlspipe

Generic DTLS wrapper for UDP sessions
MIT License
132 stars 11 forks source link

Never initiates connection on Windows #26

Closed JustinGrote closed 4 months ago

JustinGrote commented 4 months ago

Hey love this concept. I got it working great on Linux but I have a use case where I need to forward Meraki logs out of a network where only Windows is allowed.

When I start the session, the first packet never emits. If I use nmap, it emits just fine as per the Wireshark here.

Any idea what the issue might be? Might be something simple as it is my first attempt.

https://github.com/SenseUnit/dtlspipe/assets/15258962/3605564e-c7b4-4cdb-87aa-04250a2128a1

JustinGrote commented 4 months ago

Didn't realize I needed to initiate traffic to get a negotiation to start, I'll submit a PR for a README clarification.