What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Merlin 378.53: UDP Assured and Unassigned Values Not Changeable

pilotboy72

Occasional Visitor
Hello,

I noticed on the Tools | Other Settings tab that the values for the last two items, UDP Assured and UDP Unreplied had values of undefined and blank respectively. I typed in the default values shown in yellow at the right of those fields and clicked apply.

Now when the page refreshes, I am seeing values of 6 and 1 respectively. I've tried repeating the default values and setting other arbitrary values but when the page refreshes I still see 6 and 1 for those values. The other fields on the page seem to respond correctly.

Can someone else verify if you see this same behavior?

Note that this is on the RC-AC3200. I only noticed this behavior after I had done a default reset (WPS reset) so I do not believe this is due to upgrading from .52.

Thanks,
Brian
 
Hello,

I noticed on the Tools | Other Settings tab that the values for the last two items, UDP Assured and UDP Unreplied had values of undefined and blank respectively. I typed in the default values shown in yellow at the right of those fields and clicked apply.

Now when the page refreshes, I am seeing values of 6 and 1 respectively. I've tried repeating the default values and setting other arbitrary values but when the page refreshes I still see 6 and 1 for those values. The other fields on the page seem to respond correctly.

Can someone else verify if you see this same behavior?

Note that this is on the RC-AC3200. I only noticed this behavior after I had done a default reset (WPS reset) so I do not believe this is due to upgrading from .52.

Thanks,
Brian

I can't reproduce the issue here. Check the current timeouts:

Code:
nvram get ct_udp_timeout

If they are corrupted, reset them to their default values:

Code:
nvram set ct_udp_timeout="30 180"
nvram commit
reboot
 
That seems to have worked. Thanks!!!
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top