GGPO-Go icon indicating copy to clipboard operation
GGPO-Go copied to clipboard

GGPO port into Go

Results 1 GGPO-Go issues
Sort by recently updated
recently updated
newest added

GGPO-Go specifies the address `0.0.0.0` which only allows local connections. To also allow external connections, no address should be specified. `net.ListenPacket` docs: ``` // See func Dial for a description...