c++ - Get Destination Ip/Port of active udp Connection? -


i m able retrieved active tcp , udp connection using iphlpapi. tcp connection showing source info(ip/port), destination info(ip/port), state , process id. udp connection no giving remote ip , port. want get. way destination information using source information or process id in delphi or c++.

udp connectionless protocol. can local port has been opened.

update: applies static @ port usage. however, if have active udp trafic can still retrieve remote endpoint.

user ishmeet suggested uip or lwip in comments.

udp - wikipedia

connectionless protocol - wikipedia


Comments