Home
last modified time | relevance | path

Searched refs:pingTime (Results 1 – 25 of 98) sorted by relevance

1234

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/v2/
H A DPingSourceManager.java118 if( pingTime>slowestPing ){ in forcePingSourceChange()
119 slowestPing = pingTime; in forcePingSourceChange()
124 if( pingTime<fastestPing ){ in forcePingSourceChange()
125 fastestPing = pingTime; in forcePingSourceChange()
171 if(pingTime<fastA){ in checkForSlowSource()
173 fastA=pingTime; in checkForSlowSource()
174 }else if(pingTime<fastB){ in checkForSlowSource()
175 fastB=pingTime; in checkForSlowSource()
179 if(pingTime>slowest){ in checkForSlowSource()
180 slowest = pingTime; in checkForSlowSource()
[all …]
H A DSpeedManagerAlgorithmProviderPingMap.java237 int pingTime = sources[i].getPingTime(); in calculate() local
240 if(pingTime>0){ in calculate()
H A DSpeedManagerAlgorithmProviderDHTPing.java280 int pingTime = sources[i].getPingTime(); in calculate() local
283 if(pingTime>0){ in calculate()
/dports/games/xblast/xblast-2.10.4/
H A Dcom_dg_server.c42 ReceivePing (XBCommDgram * dComm, unsigned clientID, unsigned short pingTime) in ReceivePing() argument
51 if (pingTime < 0xFFFE) { in ReceivePing()
52 Client_ReceivePingTime (clientID, (int)((unsigned)pingTime)); in ReceivePing()
53 Dbg_D2S ("server sends pingtime for client %u (%u)\n", clientID, pingTime); in ReceivePing()
H A Dcom_dg_client.c90 int pingTime[MAX_HOSTS]; in PollDatagram() local
101 pingTime[0] = -1; in PollDatagram()
103 pingTime[j] = commList[j] ? commList[j]->ping : -1; in PollDatagram()
107 Dgram_SendPingData (&commList[i]->dgram, pingTime); in PollDatagram()
127 ReceivePing (XBCommDgram * dgram, unsigned clientID, unsigned short pingTime) in ReceivePing() argument
H A Dcom_dgram.c462 Dgram_SendPingData (XBCommDgram * dComm, const int pingTime[]) in Dgram_SendPingData() argument
468 assert (NULL != pingTime); in Dgram_SendPingData()
473 pingData[2 * i] = 0xFF & ((unsigned)pingTime[i]); in Dgram_SendPingData()
474 pingData[2 * i + 1] = 0xFF & ((unsigned)pingTime[i] >> 8); in Dgram_SendPingData()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dnetwork.h101 int pingTime; member
158 int delta = time - players[i].pingTime; in pingPlayers()
224 player->pingTime = time; in update()
277 newPlayer.pingTime = time; in update()
329 newPlayer.pingTime = time; in update()
/dports/x11/wdm/wdm-1.28/src/wdm/
H A Dserver.c334 static Jmp_buf pingTime; variable
339 Longjmp (pingTime, 1); in PingLost()
370 if (!Setjmp (pingTime)) in PingServer()
/dports/x11/xdm/xdm-1.1.12/xdm/
H A Dserver.c328 static Jmp_buf pingTime; variable
334 Longjmp (pingTime, 1); in PingLost()
366 if (!Setjmp (pingTime)) in PingServer()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_player.h79 int pingTime; variable
153 return pingTime; in getPingTime()
157 pingTime = _pingTime; in setPingTime()
/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dconn.go267 if c.session.time.Before(c.session.pingTime) && time.Since(c.session.pingTime) > 6*time.Second {
273 case c.session.reset && c.session.pingTime.Before(c.session.time):
H A Dsession.go45 pingTime time.Time // time the first ping was sent since the last received packet member
197 sinfo.pingTime = now
330 if sinfo.pingTime.Before(sinfo.time) {
331 sinfo.pingTime = time.Now()
/dports/math/pdal/PDAL-2.3.0/plugins/mbio/io/
H A DMbReader.cpp229 int pingTime[7]; in loadData() local
246 int status = mb_read(verbose, m_ctx, &kind, &pings, pingTime, in loadData()
252 double gpsTime = timeconvert(pingTime); in loadData()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/MasterServer/
H A Dmastercommon.cpp298 unsigned int pingTime; in HandlePong() local
307 ptime.Read(pingTime); in HandlePong()
308 …ist[serverIndex]->serverRules[gameServerList.serverList[serverIndex]->keyIndex]->intValue=pingTime; in HandlePong()
310 printf("Got pong. Ping=%i\n", pingTime); in HandlePong()
/dports/net/wmping/wmping-0.2.1/
H A Dwmping.c75 unsigned short pingTime = 60; variable
258 pingTime = (int)t_ul; in readconf()
586 struct timespec req={pingTime, 0}; in pingProc()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_resolving.cpp185 crl::time ResolvingConnection::pingTime() const { in pingTime() function in MTP::details::ResolvingConnection
188 return _child->pingTime(); in pingTime()
H A Dconnection_http.h24 crl::time pingTime() const override;
H A Dconnection_resolving.h27 crl::time pingTime() const override;
H A Dconnection_tcp.h27 crl::time pingTime() const override;
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Ddebugwindow.h63 void setPing(int pingTime);
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dxdg_shell.cpp149 constexpr int pingTime = 1000; variable
155 pingTimer->setInterval(pingTime); in setupTimer()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/
H A Dwebsocket_managed_conn.go335 if pingTime, exists := rtm.pings[pong.ReplyTo]; exists {
336 latency := time.Since(pingTime)
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dnetwork_message.h226 int64 pingTime; member
243 NetworkMessagePing(int32 pingFrequency, int64 pingTime);
252 int64 getPingTime() const {return data.pingTime;} in getPingTime()
254 void setPingReceivedLocalTime(int64 pingTime) { pingReceivedLocalTime = pingTime; } in setPingReceivedLocalTime() argument
/dports/games/ioquake3-server/ioquake3-1.36/code/server/
H A Dsv_client.c85 challenge->pingTime = svs.time; in SV_GetChallenge()
90 challenge->pingTime = svs.time; in SV_GetChallenge()
118 challenge->pingTime = svs.time; in SV_GetChallenge()
146 challenge->pingTime = svs.time; in SV_GetChallenge()
188 svs.challenges[i].pingTime = svs.time; in SV_AuthorizeIpPacket()
397 ping = svs.time - svs.challenges[i].pingTime; in SV_DirectConnect()
/dports/games/ioquake3/ioquake3-1.36/code/server/
H A Dsv_client.c85 challenge->pingTime = svs.time; in SV_GetChallenge()
90 challenge->pingTime = svs.time; in SV_GetChallenge()
118 challenge->pingTime = svs.time; in SV_GetChallenge()
146 challenge->pingTime = svs.time; in SV_GetChallenge()
188 svs.challenges[i].pingTime = svs.time; in SV_AuthorizeIpPacket()
397 ping = svs.time - svs.challenges[i].pingTime; in SV_DirectConnect()

1234