getnamo / TCP-Unreal

Convenience TCP wrapper for Unreal Engine
MIT License
106 stars 36 forks source link

Feature: DNS Lookup #9

Closed floppydiskette closed 2 years ago

floppydiskette commented 2 years ago

added automatic resolving of domain names in place of IP addresses (e.g. "google.com" instead of "142.250.188.14"). unreal's built in function for this also enables the usage of "localhost" instead of "127.0.0.1".

some things to note:

getnamo commented 2 years ago

Just saw this pull request, must've slipped by in notifications.

Working around the performance lag, might be relevant in some cases, but if it doesn't impact IP based connection, that's good enough for initial feature addition. I'll go ahead an merge it

Thanks for adding this!