AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Cross-Platform-Entwicklung Delphi Delphi UDP Kommunikation Indy über Internet
Thema durchsuchen
Ansicht
Themen-Optionen

Delphi UDP Kommunikation Indy über Internet

Ein Thema von AJ_Oldendorf · begonnen am 13. Mär 2024 · letzter Beitrag vom 15. Mär 2024
 
Kas Ob.

Registriert seit: 3. Sep 2023
478 Beiträge
 
#4

AW: Delphi UDP Kommunikation Indy über Internet

  Alt 13. Mär 2024, 12:46
[QUOTE=himitsu;1534562]
weiß nur grade nicht wie.
Fair question, and right on point, and yes if UDP as we know it from popular resources can't pass the packets inward from the Internet to specific NAT devices then how on earth QUICK and HTTP3 is working !??

and How my android with 4G connection with no real/Static IP is connected to my router using WireGuard ?

And the answer is Stateful Packet Inspection, there is many pages explain it better than me with better language, but to be consistent with myself i will explain it in few words.

It is a technology that implemented in everywhere and no one specifically being notified, but not for the bad reasons on contrary it will give the routers and switches nice features, like in case with UDP if a packet went from specific local (NAT) address and port X:p to Y:r then anything UDP from Y:r to the router will be forwarded to that specific local X:p, without explicitly using UPNP or manually configure the router for port forwarding.

So in your case you can do it but remember there is no standard for this forwarding, this means there is no specific Time-To-Live (TTL) for such unspoken and hidden port forwarding rule, meaning your client should keep pinging the server at some T intervals, thus you server can send UDP packet to it as answers, find T on your own, i know T=30 is absolutely working everywhere, but 5 minutes should be fine too, again it is not standardized.
Kas
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:35 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz