We use cookies to understand how the site is used and to improve it. You can accept them, or carry on with them switched off.
Also known as: ECONNRESET, connection reset by peer
An established session torn down mid-transfer by one side sending a TCP reset. Sources include an overloaded server shedding surplus connections, a home router with an exhausted NAT table, and network equipment interfering with plaintext traffic. Reducing the connection count and moving to encrypted port 563 clears most cases. Newsreaders retry affected segments automatically, so occasional resets surface only as retries in the log.
Unlike a refusal, a reset arrives after work has already been done. The session opened, credentials were accepted, and article data was flowing. The log entry therefore lands in the middle of a download rather than at the start of one, and the client normally requeues the affected segment without comment. That timing is the most useful clue available, because it excludes ports, hostnames and credentials outright.
Occasional resets are expected at scale. A client holding twenty connections open for several hours will collect a handful of them from ordinary maintenance, load balancing, or one node in a server pool restarting. The newsreader retries the segment on another connection, the file completes, and nothing is lost. Resets deserve attention only when they arrive in bursts, when they consistently hit one server entry while another runs clean, or when throughput visibly collapses because the client spends more time reconnecting than transferring.
119. An encrypted session on 563 presents nothing to inspect, which is why a port change resolves cases that otherwise look inexplicable.Fault assignment turns on a single observation: whether other traffic on the same line suffers at the same moment. If a large web download stutters or a video call breaks up whenever the resets cluster, the problem is the local link or the router, not the news server. If everything else on the connection is stable and only one configured provider resets while a second entry transfers cleanly, the fault is at that provider or on the path to it, and such episodes usually clear within the hour without any action.
Reduce the connection count before anything else. Dropping from thirty to ten costs little real throughput on a residential line, since a handful of connections already saturate one, and it relieves router pressure and account allowance pressure at the same time. Then move the server entry to 563 with SSL enabled. Where a backup server is configured, confirm the client is not opening its full allowance against both at once. Rebooting the router clears a full NAT table but does nothing to stop it filling again, so it is a test rather than a fix.
A download that stops dead and never resumes, with connections still shown as active, is a stalled transfer rather than a reset. Segments that fail repeatedly on every server with the same article are missing rather than reset. And a session that closes cleanly after a period of inactivity is an idle timeout, which is normal server behavior and produces no error at all in most clients.
Browse all terms in Errors & Troubleshooting, or see the full Usenet glossary.