Question: #PB_NetworkEvent_Disconnect

Linux specific forum
pbdep
User
User
Posts: 68
Joined: Fri Apr 25, 2003 5:18 pm
Location: Netherlands

Question: #PB_NetworkEvent_Disconnect

Post by pbdep »

Hi Fred,

Using UDP with CreateNetworkServer()
the #PB_NetworkEvent_Disconnect does not work with NetworkEvent() under linux. (v4 Beta4)

Is that correct?

If that is normal behaviour then can you confirm that every UDP session
is automaticly disconnected by PB itself? And if it does disconnect by itself,
then what did trigger the disconnect? An "\000" perhpas?

Regards, Norman
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Isn't UDP really a connectionless protocol?
Post Reply