Search found 6 matches
- Thu Oct 06, 2022 11:50 am
- Forum: Implemented Suggestions
- Topic: Add SRV Record support
- Replies: 85
- Views: 63202
Re: Add SRV Record support
Minecraft has a particularly flaky approach to LAN. Assuming their wiki is accurate: every 1.5 seconds, LAN hosts send a multicast packet on the UDP port registered to whatever "upnotifyp" is. In my experience, Minecraft LAN detection fails to work on most networks I've used it with, and I...
- Thu Oct 06, 2022 11:34 am
- Forum: Implemented Suggestions
- Topic: Add SRV Record support
- Replies: 85
- Views: 63202
Re: Add SRV Record support
Ideally? DNS Service Discovery: <https://www.rfc-editor.org/rfc/rfc6763>. This is the standardized form of Apple's Bonjour multicast DNS system (used for AirDrop, etc.), and it basically works the same way as unicast DNS. macOS, Windows, most Linux distros, this is how they detect and communicate wi...
- Wed Oct 05, 2022 6:37 pm
- Forum: Implemented Suggestions
- Topic: Add SRV Record support
- Replies: 85
- Views: 63202
Re: Add SRV Record support
First off, port 666 is reserved for Doom. It is not the only game there, but it is the funniest one. Second, I was just discussing this in the IETF mailing list, and the general consensus is that the applications squatting on names should register: https://mailarchive.ietf.org/arch/msg/dnsop/TWa7xsc...
- Wed Oct 05, 2022 5:33 pm
- Forum: Implemented Suggestions
- Topic: Add SRV Record support
- Replies: 85
- Views: 63202
Re: Add SRV Record support
Could someone at Wube please register the "factorio" service name with IANA? You're just squatting on the name right now, and that's a serious problem. The relevant form is here: https://www.iana.org/form/ports-services . It's very easy to use: I could do it on your behalf if you prefer. A...
- Wed Apr 06, 2022 6:20 pm
- Forum: General discussion
- Topic: Please use HTTP caching for the RSS feed
- Replies: 3
- Views: 2074
Re: Please use HTTP caching for the RSS feed
Thank you, and I apologize if I seemed overly hostile. [hr][/hr] While I don't think it's going to break anything, I notice that the ETag being sent is basically just the Last-Modified time (which is also being sent) in ISO 8601. If you are in fact setting the ETag to that automatically, you could j...
- Thu Mar 31, 2022 6:59 pm
- Forum: General discussion
- Topic: Please use HTTP caching for the RSS feed
- Replies: 3
- Views: 2074
Please use HTTP caching for the RSS feed
The Factorio blog's RSS feed is not currently set up for HTTP caching of any kind. Not using ETags is bad for anything on the web, but it is unacceptable for something intended to be checked on a regular basis. I have almost a hundred feeds in my newsreader app, and almost all of the traffic it gene...