Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

How NIOS gets reconnection of Simple Socket Server

I am working on Simple Socket Server with Max10 Dev., everything works fine except:

When a connection established, if the client sends a 'q', then the connection can be reconnected again afterward.

But if I closed/or click "disconnection" button(without sending 'q') of my client, then re-connection is not possible anymore.

Could you tell me please how to fix this problem/challenge ?

Thanks in advance!!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Did you disable DHCP?

    --- Quote End ---

    Yes, I do disable DHCP.

    Do you have any idea about my question?