Home
last modified time | relevance | path

Searched refs:mMaxRetransCount (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp6/
DDhcp6Client.java239 private final int mMaxRetransCount; field in Dhcp6Client.MessageExchangeState
245 mMaxRetransCount = mrc; in MessageExchangeState()
364 if (mMaxRetransCount != 0 && mRetransCount > mMaxRetransCount) { in scheduleKick()
366 Log.i(TAG, "client has transmitted the message " + mMaxRetransCount in scheduleKick()