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 did not write any code concerning connections.
I was just using the web server example, which I checked from the browser on my development machine. The NIOS web server responded on one IP address, the IP address was changed, and the NIOS responded on the new IP address. But HTTP is not a protocoll where connections are kept open for long. So I have not changed the IP during an active connection. But, I'd assume the TPC stack drops all packets that don't match the IP address (as it probably should). The server however starts responding as soon as the new IP address is in place.