1---
2name: Bug report
3about: Create a report to help us improve FreeRTOS-Plus-TCP. This should only be used
4  for confirmed bugs. If you suspect something it is best to first discuss it on the
5  FreeRTOS forums linked below.
6title: "[BUG]"
7labels: bug
8assignees: ''
9
10---
11
12**Describe the bug**
13A concise description of what the bug is. If possible, that is the code is not proprietary, please upload the code in a [GitHub fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) such that we can reproduce the bug.
14
15**Target**
16- Development board: [e.g. HiFive11 RevB]
17- Instruction Set Architecture: [e.g. RV32IMAC]
18- IDE and version: [e.g. Freedom Studio 4.12.0.2019-08-2]
19- Toolchain and version: [e.g. riscv64-unknown-elf-gcc-8.3.0-2019.08.0]
20
21**Host**
22- Host OS: [e.g. MacOS]
23- Version: [e.g. Mojave 10.14.6]
24
25**To Reproduce**
26- Use project ... and configure with ...
27- Run on ... and could observe ...
28
29**Expected behavior**
30A concise description of what you expected to happen.
31
32**Screenshots**
33If applicable, add screenshots to help explain your problem.
34
35**Wireshark logs**
36To help us identify the issue and/or reproduce it, please attach Wireshark logs if applicable.
37
38**Additional context**
39Add any other context about the problem here.
40e.g. code snippet to reproduce the issue.
41e.g. stack trace, memory dump, debugger log, and many etc.
42
43<!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for community support. -->
44