vb.net and sockets bug?
Why does VB.NET UDP sockets send data on random ports?. If I set a simple
socket up to transmit a UDP packet on a port, look at the packet with a
sniffer, the actual packets source port and dest.port are diff. The packets
destination port is correct, but the packets source port it is actually sent
from is random. Why? How can I figure out the actual source port windows is
using, not what the vb.net socket is fake reporting?
Thanks BUC
.
Relevant Pages
- Re: UDP source port number when using RAW socket??
... the source port in a UDP packet is an *optional* ... If you *do* expect UDP packets in reply to the packets you send out, ... then what you really want to do is open a plain UDP socket and bind ... Use your raw socket to send out packets and your UDP socket to receive ... (comp.os.linux.development.system) - Re: What is going on with my Dialup?
... also forward it to an unused port, and have that port provide the ... verses the RST or ICMP 3,3. ... The lack of response causes the remote computer to make ... Others think that by not responding to unwanted packets, ... (comp.os.linux.networking) - Re: OT .. Road Warrior communications question
... The data on the Internet is sent in little packets. ... The packets addressed to port 80 ... Likewise, at the mail server receiving the packets, it knows the return ... Why would e-mail work on the web but not from your e-mail software? ... (alt.guitar.bass) - Re: Logs: Many hits with source port of 80
... The hits from source port 80 to dest port 37852 are IMHO almost ... you should probably see a couple other packets - perhaps ... packets if either you send the load balancer a packet, ... >>I have seen similar hits for the past three months. ... (Incidents) - Re: Error 720 connecting to server via VPN
... By default the router's firewall is configured to drop ICMP packets ... Select WAN Setup> Advanced> Respond to Ping on Internet Port. ... server and the Internet allow GRE packets. ... routers on the user's network are also configured to allow GRE packets. ... (microsoft.public.windows.server.sbs) |
|