Commit 3077f0a
committed
Fix ICE candidate parsing for 8-part candidates
- Update validation from len(parts) >= 10 to len(parts) >= 8
- Add support for standard RFC 5245 ICE candidates
- Include real examples and RFC compliance in comments
- Tested with actual host candidates: candidate:0 1 UDP 2122187007 192.168.1.52 38846 typ host1 parent 27f0549 commit 3077f0a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
249 | | - | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments