This PR adds a small feature I needed for UDP communication with the application Dragonframe. Dragonframe opens a bound send port when it transmits so I needed access to the sending port in the OnReceivedBytes event so that I could reply back on the bound send port that Dragonframe opened.
This PR adds a small feature I needed for UDP communication with the application Dragonframe. Dragonframe opens a bound send port when it transmits so I needed access to the sending port in the OnReceivedBytes event so that I could reply back on the bound send port that Dragonframe opened.