Do not use. This tag has been used for everything from trucks to network transport layers. Disambiguation required.
Questions tagged [transport]
255 questions
102
votes
1 answer
Does WebRTC use TCP or UDP?
I have some questions about WebRTC:
Does WebRTC use TCP or UDP as its peer-to-peer transport? How can I
know?
I read that there are reliability mode and DTLS agreement, how does
these affect?
Is this transport the same for both Media and…

onmyway133
- 45,645
- 31
- 257
- 263
14
votes
5 answers
C# Authentication failed because the remote party has closed the transport stream
I want to point out that I have searched a lot for this without a solution. So, I've created a loop that will go throw listBox2 that contains links, each time creating a http GET request in order to access the full source code.
My code:
private…

Taco2
- 429
- 1
- 6
- 18
14
votes
2 answers
How is "Application Layer" different from "Transport Layer" of the TCP Network Model?
Q. How is "Application Layer" different from "Transport Layer" of the TCP Network Model?
I am a student learning about the basics of networked programs.
This was one of the questions given in the assignment which I can't explain clearly.
I do…

stuck
- 141
- 1
- 2
- 4
14
votes
1 answer
Kendo UI AutoComplete datasource transport reads only once
I'm becoming crazy with Kendo UI AutoComplete component. I'm using my own functions to access data with jQuery, so I have to set the AutoComplete dataSource.transport.read as a function. The code is something like this.
minLengthAtocomplete =…

vermicida
- 303
- 1
- 4
- 11
12
votes
1 answer
Python: How can I use Twisted as the transport for SUDS?
I have a project that is based on Twisted used to
communicate with network devices and I am adding support for a new
vendor (Citrix NetScaler) whose API is SOAP. Unfortunately the
support for SOAP in Twisted still relies on SOAPpy, which is badly…

jathanism
- 33,067
- 9
- 68
- 86
12
votes
1 answer
MPEG Transport Stream Continuity Counters
I am troubleshooting an IPTV Layer 3 multicast VPN across a 10GB MPLS network.
Only certain HD channels are experiencing severe freezing and tiling; all other SD and HD channels work fine. Our IPTV video monitoring equipment is detecting and…

user2689780
- 121
- 1
- 1
- 4
9
votes
5 answers
Sending an email with an attachment using javamail API
I am trying to send an email with an attachment file in Java.
When I send the email without an attachment I receive the email, but when I add the attachment I don't receive anything and I don't get any error messages.
This is the code I am…

mhamdizo
- 127
- 1
- 2
- 9
8
votes
1 answer
WCF Service configuration HTTPS with CustomBinding
I needed a custombinding on a WCF Service to allow me to pass raw content to WCFRest service. Works great, but I can't get it to accept transport level security. I want https and basicauthentication as I use elsewhere. Endpoint looks like this:
…

RBrowning99
- 411
- 2
- 9
- 21
7
votes
3 answers
Elasticsearch TransportClient NetworkPlugin NoClassDefFoundError
I am looking forward to integrate Elasticsearch in a Spring Boot Web Application. Here is my configuration that creates my Transport Client:
@Configuration
public class ElasticsearchConfig {
private TransportClient client;
@Bean
public…

Timo Ademeit
- 675
- 2
- 7
- 15
7
votes
3 answers
how to transport an object in twisted?
I know with "transport.write()" I can transport string object but I want to know is this possible to transport other type of data, something like a python class object ?
if It is possible how can I do this?

nim4n
- 1,813
- 3
- 21
- 36
7
votes
2 answers
Network or Transport Layer Fuzzing
How do I go about executing a fuzzing strategy to stress a network stack, specifically at the third and fourth layers (network and transport)? I've looked at frameworks to generate fuzzers, like SPIKE, but it seems to me that they are mostly focused…

Santa
- 71
- 1
- 2
6
votes
2 answers
Is there a way to find the customizing request number for a given record at a maintenance view?
In ABAP we can check the latest workbench request assigned to a given code from Utilities->Versions->Version Management menu.
Is there any similar feature to check which is the customizing request for a given record at a maintenance view (SM30)…

Paulo
- 1,041
- 1
- 7
- 12
6
votes
3 answers
How to add headers info using Transport in golang net/http
I am trying to control keep-alives session to reuse the tcp connection by creating a Trasport.
Here is my snippet and I am not sure how to add headers info for authentication.
url := "http://localhost:8181/api/v1/resource"
tr := &http.Transport{
…

James Sapam
- 16,036
- 12
- 50
- 73
6
votes
1 answer
Why does named pipe WCF service reject Windows service clients?
On Windows 7 and .NET 4 I'm getting some very weird effects from the WCF named pipe transport when my WCF client is a Windows service.
My WCF service is hosted in a user mode app and exposed over the named pipe binding.
My WCF client is a Windows…

Tim Haynes
- 111
- 5
5
votes
0 answers
Does the Elasticsearch Transport Client for Java API support connection pooling?
Does the Elasticsearch Transport Client for Java API support connection pooling? I'm using a Spring boot application(elasticsearch repository) that talks to Elasticsearch.

Mahesh Deshpande
- 51
- 3