Hello,
I have been trying to upload my project, but I am unable to fully upload it to my repository, and the connection (Socket) gets closed after some progress. I have a few possible hypothesis:
1) My ISP is blocking some IP range that belongs to Microsoft servers
2) My ISP is randomly blocking ports such as 80 which keeps me from accessing certain services temporarily
3) My ISP is throttling the upload rate so whenever it reaches a certain amount of data, then the connection gets a Tcp reset packet which closes that Socket.
4) This last one is very unlikely since I can test speed as well as can access websites almost instantneously without any compromise or delay. However, it could be a Ddos or Dos, but by checking my logs and the symptons I think this is very unlikely, otherwise
it would compromise my whole experience navigating on the internet.
The issue is very punctual since it also happens when I try to login to the TFS web interface service, and it is random.
I highly believe this is some kind of block (Port, Protocol or URL) considering the last point I mentioned, but it could be that the ISP is also throttling my upload experience.
Considering the very particular nature of this issue that I am facing, I wonder if there is any workaround for this, I quickly checked some of the registry entries of the TFS in order to figure out if I could change anything to fix this, but nothing worked.
Is there anyway/plugin to keep the TFS service persistent while uploading to my repo or something of this sort?
Any help is greatly appreciated!
Thanks