Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT network programming issue
Forum Updated to NodeBB v4.3 + New Features

QT network programming issue

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 628 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.
  • M Offline
    M Offline
    mabellonm
    wrote on last edited by
    #1

    hello,I seek your advice with a technical matter. Iam developing a network app in QT, its a TCP server thats listen on port 1344, the app runs well on windows but its conceive for linux on the server side. Now I have test the app in linux and it does not establish the socket connection, I mean, my server does not get the packets, already disable the firewall, the SeLinux and am log in as root.Iam running Centos 7 inside a VM.the internet connection inside the VM is ok, already test and get the packets well with wireshark.do you know what possible could be the issue or is it a issue with the OS. Thanks in advance.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      The questions that may help us to understand the problem:
      Are there any messages on a console where your server is running?
      How do you open a listener socket?
      Do you check a result of that operation?
      Is it possible that something else is running on the same port?
      Can you connect to your port from localhost?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved