Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
udp
- Page 1
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
2 Weeks Ago
by TurisVPN
A VPN helps hide your IP and encrypt your internet, so others (like your ISP) can’t see what you do online. But it doesn’t make you totally anonymous. The VPN company can still see your traffic (if they keep logs). Websites can track you with cookies, and if you log in with your real info, they know who you are. So, a VPN is good for privacy …
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
2 Weeks Ago
by Liam91
A VPN is a tool that keeps your internet connection safe and private. It stops others from seeing what you do online. But a VPN doesn’t make you completely anonymous. To pick a good VPN, check: -How you pay (Bitcoin is more private than a credit card) -If they keep records of your activity (best if they don’t) -If they share IP addresses …
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
Example of Dad joke: How do you think the unthinkable? With an ithberg.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Dani
> Example of Dad joke: > > How do you think the unthinkable? > > With an ithberg. Boooo.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
3 Weeks Ago
by Reverend Jim
In the same vein... What do you get when you cross the Atlantic with the Titanic? About half-way.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by Pebble94464
I was going to sail around the globe in the world's smallest ship, but then I bottled it.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
2 Weeks Ago
by trcooke
A QA tester walks into a bar, orders -4 beers, "2" whiskeys, and Integer.MAX_VALUE + 1 packets of crisps.
Re: Custom Media Server
Hardware and Software
Linux and Unix
2 Months Ago
by Vince_6
I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Reverend Jim
I bought my friend an elephant for his room. He said, "thank you." I said, "Don't mention it."
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Pebble94464
Two elephants jump off a cliff. Boom boom!
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Reverend Jim
A guy from New York is driving through the southern bible belt when he sees two men putting up a sign that says "**Turn Yourself Around. The End Is Near**". He ignores it and drives on. A few moments later the men hear a squeal of brakes followed by a loud splash. One man turns to the other and says, "Maybe it should just read **…
Re: Time for some humour before Jan 20
Community Center
Geeks' Lounge
1 Month Ago
by Dani
OMG, I can't with the dad jokes.
Re: UDP problem with C++ sendto() --> C# ReceiveFrom()
Programming
Software Development
16 Years Ago
by LizR
UDP
stuff is always harder to work with as you cant guarentee its arrival. Have you tried a packet sniffer on the recieving end to ensure its getting there?
UDP Port Forwarding
Programming
Software Development
15 Years Ago
by Cogneter
… modify Server application and it judges about packets' source by
UDP
's IEP. Server then stores IEPs and sends data itself…;; Console.WriteLine("-= Port Forwarder started. =-"); Console.WriteLine("
UDP
ports forwarded: 7777"); UDP1.BeginReceive(ReceiveDataUDP1, null); while (true…
Re: UDP Port Forwarding
Programming
Software Development
15 Years Ago
by sknake
Normally you would fake the sender address for
UDP
packets but this has been disable in the win32 core …
Re: UDP Port Forwarding
Programming
Software Development
15 Years Ago
by Cogneter
… packets" to these IPs. All being done via 7777
UDP
port. But, as you understand, players send packets to external…
Re: UDP Port Forwarding
Programming
Software Development
15 Years Ago
by Cogneter
… said, there are some programs like AUTAPF which succesfully forward
UDP
/TCP ports. Don't know whether they are written in…
UDP Port forwarding
Programming
Software Development
15 Years Ago
by Megalan
… everyone, i have one simple question. How to port forward
udp
port? I've successfully forwarded tcp port (that was easy… just can't understand how i can do this for
udp
port. Maybe someone can give code example? ps i'm…
udp client/server
Programming
Software Development
12 Years Ago
by learner_new
> this is my
udp
server code #include<iostream> #include<arpa/inet.…;"ERROR writing to SOCKET"; } } >this is my
udp
client code #include<iostream> #include<arpa/inet…
Re: UDP Port forwarding
Programming
Software Development
15 Years Ago
by Megalan
I've found it some time before, it's not that i need. I need to forward
udp
port without using routers or other hardware.
UDP or TCP which one to use for this Problem
Programming
Software Development
17 Years Ago
by parthiban
Hi all , I'm new to Networking programming in JAVA .I want to send messages across hosts which are in the same Domain without using any Server program . I'm not clear whether to use
UDP
or TCP . Give me some ideas and links which are useful to accomplish this task. Thanks in advance.
Re: UDP or TCP which one to use for this Problem
Programming
Software Development
17 Years Ago
by masijade
If it is meant to be between multiple hosts simuteneously, then
UDP
to a multicast address over multicast enabled network interfaces. Edit: If you need to be absolutely certain that every message is received, then TCP.
UDP Protocol problem
Programming
Software Development
15 Years Ago
by dev.mena
i made an audio application confernce using tcp it was good but the delay was not good i try to do it using
udp
but i found some problem like nat network and i can't use the same socket to send and receive in two threads tell me this socket is already bind how to solve this problems
UDP Socket with port always throws exception
Programming
Software Development
14 Years Ago
by Anon17
Okay, so I've been trying to create a
UDP
Server (I've got the TCP one done but I …
Re: UDP Socket with port always throws exception
Programming
Software Development
14 Years Ago
by Anon17
It provides error 10022, which is a invalid argument applied - However, I fail to see how providing a port is an invalid argument. I've even tried copying and pasting
UDP
server examples into new C# projects (to check if it's anything in my project at all), but I still get that exception/error on the UdpClient initialisation...
Re: UDP Socket with port always throws exception
Programming
Software Development
14 Years Ago
by Anon17
… - A Java server that I did a while back works (
UDP
on any of the ports I try), and disabling the…
Re: UDP Socket with port always throws exception
Programming
Software Development
14 Years Ago
by Anon17
Okay, so I've upgraded to SP3 (Windows XP, was SP2 before), NET framework 4 (from 3.5) and Visual C# 2010 Express (was Visual C# 2008 Express). Still no change, Error Code 10022. I've been searching online for hours and I've still found no solution - Every
UDP
server example gives me that error as does my own server.
Udp Client and Server ... please help :)
Programming
Software Development
14 Years Ago
by omarelmasry
I found a code on several websites for a
UDP
client and server ... when I run the code of both …
UDP problem with C++ sendto() --> C# ReceiveFrom()
Programming
Software Development
16 Years Ago
by VRspace4
… = new Socket(m_listenEp.Address.AddressFamily, SocketType.Dgram, ProtocolType.
Udp
); m_UdpListenSocket.Bind(m_listenEp); m_sendEp = new System.Net.IPEndPoint(…); m_UdpSendSocket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.
Udp
); m_UdpSendSocket.SendTo(msgBuffer, msgBuffer.Length, SocketFlags.None, m_sendEp); …
UDP Broadcast Over Internet
Programming
Software Development
14 Years Ago
by Masood_786
… as s free lancer and have been tasked to implement
UDP
server (Broadcaster) over internet (Server machine has Static IP … receive from Static IP i.e from Server IP the
udp
packets. The Traffic would be simplex(one way only) …need to write that enable me to receive from server
UDP
packets. This is the client code that received broadcast…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC