Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Sending data packet using UDP port

Sending data packet using UDP port

Scheduled Pinned Locked Moved C#
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jainiraj
    wrote on last edited by
    #1

    Hi.. I am developing an application in which I am sending a data packet using UDP 9050 port.When I run it disabling wifi, it works fine.But when I run it on a laptop with enabling wifi ON, It doesn't work. Please guide me.

    P A 2 Replies Last reply
    0
    • J jainiraj

      Hi.. I am developing an application in which I am sending a data packet using UDP 9050 port.When I run it disabling wifi, it works fine.But when I run it on a laptop with enabling wifi ON, It doesn't work. Please guide me.

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      It's possible that you are hitting a port conflict with another application, or that the firewall is not allowing the application to pass through this port. To see if you're getting a conflict, try running netstat -a from the command prompt.

      I'm not a stalker, I just know things. Oh by the way, you're out of milk.

      Forgive your enemies - it messes with their heads

      My blog | My articles | MoXAML PowerToys | Onyx

      1 Reply Last reply
      0
      • J jainiraj

        Hi.. I am developing an application in which I am sending a data packet using UDP 9050 port.When I run it disabling wifi, it works fine.But when I run it on a laptop with enabling wifi ON, It doesn't work. Please guide me.

        A Offline
        A Offline
        Albert Holguin
        wrote on last edited by
        #3

        you may be binding to the wrong adapter... to see if this is the problem, change the order of the adapters: To view order of adapters: on cmd prompt type: ipconfig (the result will be the default bind order) To change order of adapters: last adapter enabled will become last in the list (so change the order by disabling/enabling in the network connections menu accordingly) if you determine that this is the problem, then you have to manage your adapter binding a bit smarter in the code.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups