enet icon indicating copy to clipboard operation
enet copied to clipboard

ConnectionID uniqueness

Open Alainx277 opened this issue 6 years ago • 2 comments

Is the peer->connectionID supposed to be unique? If yes, the server should refuse incoming connections with a connectionID that is already taken by a peer.

Alainx277 avatar Jul 09 '19 21:07 Alainx277

It's not unique, no.

On Tue, Jul 9, 2019 at 5:08 PM Alain Siegrist [email protected] wrote:

Is the peer->connectionID supposed to be unique? If yes, the server should refuse incoming connections with a connectionID that is already taken by a peer.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lsalzman/enet/issues/111?email_source=notifications&email_token=AALDVULDCU6PV4H3M3ZW4EDP6T44VA5CNFSM4H7JKFSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G6GMBEQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AALDVULWTVD5UBZGLXTGFU3P6T44VANCNFSM4H7JKFSA .

lsalzman avatar Jul 09 '19 21:07 lsalzman

Thanks for the clarification! Is there anything similar I could use?

Alainx277 avatar Jul 10 '19 06:07 Alainx277