Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
7976d047
Commit
7976d047
authored
Sep 2, 2021
by
James R.
Browse files
Options
Downloads
Patches
Plain Diff
Enbiglarge ip field of server list to fit IPv6 addresses
parent
c9631565
No related branches found
No related tags found
1 merge request
!1612
Fix IPv6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mserv.h
+1
-1
1 addition, 1 deletion
src/mserv.h
with
1 addition
and
1 deletion
src/mserv.h
+
1
−
1
View file @
7976d047
...
@@ -33,7 +33,7 @@ typedef union
...
@@ -33,7 +33,7 @@ typedef union
typedef
struct
typedef
struct
{
{
msg_header_t
header
;
msg_header_t
header
;
char
ip
[
16
];
char
ip
[
sizeof
"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"
];
char
port
[
8
];
char
port
[
8
];
char
name
[
32
];
char
name
[
32
];
INT32
room
;
INT32
room
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment