[BDS-83] Bedrock Alpha Server for Linux Created: 19/Sep/18 Updated: 14/Oct/18 Resolved: 14/Oct/18 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Scott Rowley | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Ubuntu Server 18.04 LTS
Linux Bedrock Dedicated Server Alpha starts when you issue the command "LD_LIBRARY_PATH=. ./bedrock_server" but does not open a port to listen for incoming connections. NO LOG FILE! - setting up server logging... root@dc:/bedrock# netstat --tcp --listen --numeric-ports |
| Comments |
| Comment by Scott Rowley [ 12/Oct/18 ] |
|
Please close the issue...was able to connect via UDP on the local network. |
| Comment by Suspended Fate [ 24/Sep/18 ] |
|
I do not work for Mojang so can't speak for why they actually switched to using UDP for the Bedrock versions; however, it is often better to use for real-time games as it doesn't get caught up on dropped packets or their sequential order but instead continues with the newest state of the game. There are other reasons to use either over the other as well so it just depends on what they were going for. |
| Comment by zmx [ 21/Sep/18 ] |
|
It was likely chosen to be better than TCP for them. |
| Comment by Scott Rowley [ 21/Sep/18 ] |
|
Why UDP? The java version uses TCP as you can see in the port listing. |
| Comment by Suspended Fate [ 21/Sep/18 ] |
|
Minecraft (Bedrock) uses UDP for communication, it does not listen or communicate over TCP. |
| Comment by Noah Roberts [ 20/Sep/18 ] |
|
This is the BDS Project! |
| Comment by PC_Screen [ 19/Sep/18 ] |
|
Please use the Bedrock Dedicated Server project |