Issues
- 0
SUT send outgoing_ssn_reset with one stream_id, then Tester wants to reset another incoming stream_id. SUT should process the second request normaly, but send only reconfig response
#3 opened by hoelscher - 0
FreeBSD 10.3 doesn't send Errorchunk in every response to data chunk to invalid stream id
#4 opened by hoelscher - 1
FreeBSD answers to INCOMING SSN RESET with OUTGOING SSN RESET and RESPONSE Parameter. RFC says only OUTGOING SSN RESET
#5 opened by hoelscher - 0
When processing OUTGOING_SSN_RESET with higher last_tsn SUT enters "deferred reset processing". When cum_tsn_point = last_tsn SUT sends two reconfig response parameter (one result 6 one result 1).
#6 opened by hoelscher - 0
SUT receives OUTGOING_SSN_RESET with last_tsn is a cum_tsn_point +1, then sending new data for streams which reset is requested and last_tsn is a gap. After Tester resend last_tsn FreeBSD 10.3 send malformed reconfig chunk. FreeBSD 11 doesn't send response
#7 opened by hoelscher - 1
FreeBSD denied incoming ssn_tsn_reset if SCTP_ENABLE_RESET_ASSOC_REQ is enabled
#8 opened by hoelscher - 0
SUT should queue any userdata till peer send RECONFIG_RESPONSE, but SUT send DATA while reconfigt-timer is running for SSN_TSN_RESET
#9 opened by hoelscher - 0
If all Streams are already 0 for OUTGOING_SSN_RESET RESPONSE result should be 0 "nothing to do" but FreeBSD send 1 "performed"
#10 opened by hoelscher - 0
FreeBSD doesn't send in response to OUTGOING_SSN_RESET a response with result 4 already in progress
#11 opened by hoelscher - 0
SUT doesn't fill fields sender_-/ receiver_next_tsn in reconfig_response when result 2 denied is respond to ssn_tsn_reset
#12 opened by hoelscher - 0
Response result to ADD_OUTGOING_STREAMS for o new streams should be 0 "nothing to do" but is 1 "performed"
#13 opened by hoelscher - 0
FreeBSD sends empty reconfig chunk and second reconfig Chunk with RESPONSE as response to ADD_INCOMING_STREAMS with 0 new streams
#14 opened by hoelscher - 0
FreeBSD should stop reconfig_timer for two requests when receiving both responses in two different reconfig_chunks
#15 opened by hoelscher - 0
FreeBSD increases error count for retransmitts although Tester sends reconfig response with result 6 "in progress"
#16 opened by hoelscher - 0
SUT doesn't restarts reconfig timer when geting response with result 6 for INCOMING_SSN_RESET, ADD_OUTGOING_STREAMS and ADD_INCOMING_STREAMS
#17 opened by hoelscher - 2
- 0
- 0
FreeBSD allows User to issue OUTGOING_SSN_RESET while reconfig_timer is running
#20 opened by hoelscher - 0
FreeBSD should send same response to a retransmitted request, but for ADD_INCOMIN_STREAMS FreeBSD send only response parameter, not ADD_OUTGOING_STREAMS like in the original answer
#21 opened by hoelscher - 0
- 0
- 0
setsockopt SCTP_RESET_STREAMS copies, if all stream_id are in stream_list, to the INCOMING_SSN_RESET request. list on wire should be empty
#26 opened by hoelscher - 0
setsockopt SCTP_RESET_STREAMS copies dupplicate sids in sids_list in INCOMING_SSN_RESET
#27 opened by hoelscher - 0
setsockopt for SCTP_RESET_STREAMS is able to reset sid=10 when assoc has only 10 streams
#28 opened by hoelscher - 0
FreeBSD doesn't copies Stream ids from incoming_ssn_reset when all stream ids are in the list
#29 opened by hoelscher - 0
FreeBSD Head r300201 doesn't send Response after reaching cum_tsn_point=last_tsn in state "deferred reset processing". FreeBSD send only SACK otherwise as FreeBSD 10.3
#30 opened by hoelscher - 0
FreeBSD send in state Cookie_WAIT reconfig response with result 5 "bad sequence number" to all reconfig requests
#31 opened by hoelscher - 0
- 2
- 0
FreeBSD sends Data with new tsn and old ssn after incoming ssn_tsn_reset while data is buffered because of nagle algorithm
#34 opened by hoelscher - 1
FreeBSD sends response with result 1 "performed" for incoming_ssn_reset while DATA is outstanding but should send 6 "in progress" and after finishing outgoing_ssn_reset"
#35 opened by hoelscher - 1
FreeBSD sends response to SSN_TSN_RESET while DATA is outstanding, but should buffers it and send when DATA is send
#36 opened by hoelscher - 0
FreeBSD sends successful response for reset of streams which are only requested to add by SUT
#37 opened by hoelscher - 0
FreeBSD accept OUTGOING_SSN_RESET as successful acknowledment for OUTGOING_SSN_RESET and ADD_OUTGOING_STREAMS
#39 opened by hoelscher - 0
FreeBSD doesn't stop reconfig timer for SSN_TSN_RESET when receiving OUTGOING_SSN_RESET with correct resp_sn
#38 opened by hoelscher - 1
FreeBSD 10.3 Response to Data bundled with SSN_TSN_RESET is SACK with Response, but sack is with new tsn and not like tsn in DATA packet
#40 opened by hoelscher - 0
FreeBSD can handle DATA bundled with reconfig_requests which uses reseted or added streams
#41 opened by hoelscher - 0
FreeBSD calculates sender_next_tsn and receiver_next_tsn not like described in rfc 6525
#42 opened by hoelscher - 0
FreeBSD response to requests with req_sn= initial req_sn -1 with 0 "nothing to do" but should send 5 "bad sequence number"
#43 opened by hoelscher - 0
- 1
FreeBSD doesn't check stream ids in OUTGOING_SSN_RESET. Higher sids than available will be processed
#45 opened by hoelscher - 0
FreeBSD doesn't stop reconfig timer for ssn_tsn_reset if getting response with result 0xffff
#46 opened by hoelscher - 1
FreeBSD doesn't enter state "defered reset processing" when receiving tsn < initial tsn
#47 opened by hoelscher - 0
- 0
FreeBSD doesn't stop reconfig timer if two reconfig requests in one reconfig chunk is descending order
#49 opened by hoelscher - 3
FreeBSD doesn't send Error or process next Parameter when FreeBSD receives Parameter which highest bits are 01, 10 or 11
#52 opened by hoelscher - 2
FreeBSD doesn't reset reconfig_timer after getting response like getting SACK for DATA
#22 opened by hoelscher - 1
- 1
- 0