LayersDecoder returns DecodingLayerFunc which decodes given packet, starting with specified LayerType and DecodeFeedback.
(first LayerType, df DecodeFeedback)
| 64 | // LayersDecoder returns DecodingLayerFunc which decodes given |
| 65 | // packet, starting with specified LayerType and DecodeFeedback. |
| 66 | LayersDecoder(first LayerType, df DecodeFeedback) DecodingLayerFunc |
| 67 | } |
| 68 | |
| 69 | // DecodingLayerSparse is a sparse array-based implementation of |
no outgoing calls