Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow do Nios-II handle IP address change during the TCP/IP connection?
Dear all, I have problem with changing IP address in the FPGA board. Here is my case, let say I have a FPGA board which is connected to PC. The PC sends a command to the FPGA that asks th...
Altera_Forum
Honored Contributor
15 years agoI assume, server sockets are indepentent of the given IP address.
Once a client connects, a new socket is created for this connection. This new socket might be bound to the ip address. I have no idea why your server should not be reachable, if ping is working. Maybe you can compare the ping code to yours?